/* Локальные копии Google Fonts. Используются вместо fonts.googleapis.com,
   чтобы страница не зависела от Google CDN из РФ. */

/* ===== PT Sans ===== */
@font-face { font-family:'PT Sans'; font-style:normal; font-weight:400; font-display:swap;
    src:url('/css/fonts/pt-sans/PTSans-Regular.woff2') format('woff2'); }
@font-face { font-family:'PT Sans'; font-style:italic; font-weight:400; font-display:swap;
    src:url('/css/fonts/pt-sans/PTSans-Italic.woff2') format('woff2'); }
@font-face { font-family:'PT Sans'; font-style:normal; font-weight:700; font-display:swap;
    src:url('/css/fonts/pt-sans/PTSans-Bold.woff2') format('woff2'); }
@font-face { font-family:'PT Sans'; font-style:italic; font-weight:700; font-display:swap;
    src:url('/css/fonts/pt-sans/PTSans-BoldItalic.woff2') format('woff2'); }

/* ===== PT Sans Narrow ===== */
@font-face { font-family:'PT Sans Narrow'; font-style:normal; font-weight:400; font-display:swap;
    src:url('/css/fonts/pt-sans-narrow/PTSansNarrow-Regular.woff2') format('woff2'); }
@font-face { font-family:'PT Sans Narrow'; font-style:normal; font-weight:700; font-display:swap;
    src:url('/css/fonts/pt-sans-narrow/PTSansNarrow-Bold.woff2') format('woff2'); }

/* ===== Roboto ===== */
@font-face { font-family:'Roboto'; font-style:normal; font-weight:100; font-display:swap;
    src:url('/css/fonts/roboto/Roboto-Thin.woff2') format('woff2'); }
@font-face { font-family:'Roboto'; font-style:italic; font-weight:100; font-display:swap;
    src:url('/css/fonts/roboto/Roboto-ThinItalic.woff2') format('woff2'); }
@font-face { font-family:'Roboto'; font-style:normal; font-weight:300; font-display:swap;
    src:url('/css/fonts/roboto/Roboto-Light.woff2') format('woff2'); }
@font-face { font-family:'Roboto'; font-style:italic; font-weight:300; font-display:swap;
    src:url('/css/fonts/roboto/Roboto-LightItalic.woff2') format('woff2'); }
@font-face { font-family:'Roboto'; font-style:normal; font-weight:400; font-display:swap;
    src:url('/css/fonts/roboto/Roboto-Regular.woff2') format('woff2'); }
@font-face { font-family:'Roboto'; font-style:italic; font-weight:400; font-display:swap;
    src:url('/css/fonts/roboto/Roboto-Italic.woff2') format('woff2'); }
@font-face { font-family:'Roboto'; font-style:normal; font-weight:500; font-display:swap;
    src:url('/css/fonts/roboto/Roboto-Medium.woff2') format('woff2'); }
@font-face { font-family:'Roboto'; font-style:italic; font-weight:500; font-display:swap;
    src:url('/css/fonts/roboto/Roboto-MediumItalic.woff2') format('woff2'); }
@font-face { font-family:'Roboto'; font-style:normal; font-weight:700; font-display:swap;
    src:url('/css/fonts/roboto/Roboto-Bold.woff2') format('woff2'); }
@font-face { font-family:'Roboto'; font-style:italic; font-weight:700; font-display:swap;
    src:url('/css/fonts/roboto/Roboto-BoldItalic.woff2') format('woff2'); }
@font-face { font-family:'Roboto'; font-style:normal; font-weight:900; font-display:swap;
    src:url('/css/fonts/roboto/Roboto-Black.woff2') format('woff2'); }
@font-face { font-family:'Roboto'; font-style:italic; font-weight:900; font-display:swap;
    src:url('/css/fonts/roboto/Roboto-BlackItalic.woff2') format('woff2'); }

/* ===== Roboto Condensed ===== */
@font-face { font-family:'Roboto Condensed'; font-style:normal; font-weight:300; font-display:swap;
    src:url('/css/fonts/roboto-condensed/RobotoCondensed-Light.woff2') format('woff2'); }
@font-face { font-family:'Roboto Condensed'; font-style:italic; font-weight:300; font-display:swap;
    src:url('/css/fonts/roboto-condensed/RobotoCondensed-LightItalic.woff2') format('woff2'); }
@font-face { font-family:'Roboto Condensed'; font-style:normal; font-weight:400; font-display:swap;
    src:url('/css/fonts/roboto-condensed/RobotoCondensed-Regular.woff2') format('woff2'); }
@font-face { font-family:'Roboto Condensed'; font-style:italic; font-weight:400; font-display:swap;
    src:url('/css/fonts/roboto-condensed/RobotoCondensed-Italic.woff2') format('woff2'); }
@font-face { font-family:'Roboto Condensed'; font-style:normal; font-weight:700; font-display:swap;
    src:url('/css/fonts/roboto-condensed/RobotoCondensed-Bold.woff2') format('woff2'); }
@font-face { font-family:'Roboto Condensed'; font-style:italic; font-weight:700; font-display:swap;
    src:url('/css/fonts/roboto-condensed/RobotoCondensed-BoldItalic.woff2') format('woff2'); }