/* The shipped Inter .ttf files are the Latin subset only. Declaring
 * unicode-range explicitly tells the browser to use Inter ONLY for those
 * code points; Greek glyphs (U+0370–U+03FF) and any other unicode block
 * fall through to the next font in the body's font-family stack. Without
 * this, the browser tries Inter, finds the glyph missing, and falls back
 * per-glyph — which produces visibly mixed typography across the page. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.6c9e9a732755.ttf") format('truetype');
  unicode-range: U+0000-007F, U+0080-024F, U+1E00-1EFF, U+2000-206F, U+2070-209F, U+20A0-20CF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.a32ace5dba84.ttf") format('truetype');
  unicode-range: U+0000-007F, U+0080-024F, U+1E00-1EFF, U+2000-206F, U+2070-209F, U+20A0-20CF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZg.eb0312411b13.ttf") format('truetype');
  unicode-range: U+0000-007F, U+0080-024F, U+1E00-1EFF, U+2000-206F, U+2070-209F, U+20A0-20CF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZg.84cf795ee940.ttf") format('truetype');
  unicode-range: U+0000-007F, U+0080-024F, U+1E00-1EFF, U+2000-206F, U+2070-209F, U+20A0-20CF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.c59d7314123c.ttf") format('truetype');
  unicode-range: U+0000-007F, U+0080-024F, U+1E00-1EFF, U+2000-206F, U+2070-209F, U+20A0-20CF;
}
