/* Inter — self-hosted variable font (uploaded by brand). */
@font-face {
  font-family: 'Inter';
  src: url('./Inter-VariableFont_opsz_wght.ttf') format('truetype-variations'),
       url('./Inter-VariableFont_opsz_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('./Inter-Italic-VariableFont_opsz_wght.ttf') format('truetype-variations'),
       url('./Inter-Italic-VariableFont_opsz_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* Roboto — self-hosted fallback (uploaded by brand). */
@font-face {
  font-family: 'Roboto';
  src: url('./Roboto-VariableFont_wdth_wght.ttf') format('truetype-variations'),
       url('./Roboto-VariableFont_wdth_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('./Roboto-Italic-VariableFont_wdth_wght.ttf') format('truetype-variations'),
       url('./Roboto-Italic-VariableFont_wdth_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* JetBrains Mono via CDN — only used for hex codes / dev contexts. */
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&display=swap');
