/* Подключать ПЕРВЫМ: <link rel="stylesheet" href="/assets/css/fonts.css"> */

@font-face {
  font-family: 'Matricha';
  src: url('../fonts/matricha.woff2') format('woff2'),
       url('../fonts/matricha.woff')  format('woff'),
       url('../fonts/matricha.ttf')   format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
}

/* Inter — самохостинг вместо @import */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-cyrillic.woff2') format('woff2');
  font-weight: 300 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-latin.woff2') format('woff2');
  font-weight: 300 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+2000-206F, U+2190-21BB, U+2212;
}
