/* DIR: wp-content/.../assets (рядом с fonts.css)
   FILE: fonts.css */

/* === Cormorant Garamond (Latin only) === */
/* Положи файлы в ./fonts/ и поправь имена в src: под свои. Желательно .woff2 + .woff */
@font-face {
    font-family: "CormorantGaramond";
    src: url("./fonts/cormorant-garamond-cyrillic-300-normal.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "CormorantGaramond";
    src: url("./fonts/cormorant-garamond-cyrillic-400-normal.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "CormorantGaramond";
    src: url("./fonts/cormorant-garamond-cyrillic-500-normal.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "CormorantGaramond";
    src: url("./fonts/cormorant-garamond-cyrillic-600-normal.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "CormorantGaramond";
    src: url("./fonts/cormorant-garamond-cyrillic-700-normal.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


:root{
    --nat-heading-font:  "CormorantGaramond", "Arial", serif;
}