/* ==========================================================================
   Cormorant Garamond — заголовочный шрифт, отдаётся со своего домена.
   Никаких обращений к Google: меньше DNS и TLS, и не зависит от блокировок.

   Наборы файлов:
     *-cyrillic.woff2        — кириллица целиком, прямое начертание
     *-digits.woff2          — микро-сабсет: цифры, кавычки, тире, проценты
     *-italic-*-cyrillic     — кириллица, настоящий курсив (акценты в заголовках)

   Латиницы в этих файлах НЕТ намеренно — она нигде не набирается
   display-шрифтом, а полный латинский сабсет весит 74 КБ.
   Как пересобрать — см. README, раздел «Шрифты».
   ========================================================================== */

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/cormorant-300-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/cormorant-500-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/cormorant-italic-400-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/cormorant-300-digits.woff2') format('woff2');
  unicode-range: U+0025-002F, U+0030-0039, U+003A, U+00AB, U+00BB, U+2013-2014;
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/cormorant-500-digits.woff2') format('woff2');
  unicode-range: U+0025-002F, U+0030-0039, U+003A, U+00AB, U+00BB, U+2013-2014;
}
