/* TandaBui Institute - Custom Fonts
 * D-DIN font family matching the main website
 */

@font-face {
  font-family: 'D-DIN';
  src: url('../fonts/D-DIN.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'D-DIN';
  src: url('../fonts/D-DIN-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'D-DIN';
  src: url('../fonts/D-DIN-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

/* Apply D-DIN across the entire UI */
body,
input,
button,
select,
textarea,
.ui-widget {
  font-family: 'D-DIN', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}
