/*
VAG Round Cyrillic
San Francisco Pro, San Francisco Compact, San Francisco Mono, New York
Roboto Flex! Roboto, Roboto Slab, Roboto Mono, ROBOTOP, Roboto Condensed Light, Roboto Condensed
*/

/* Параметры */
/*font-optical-sizing: auto;*/
/*font-weight: <weight>;*/
/*font-variation-settings: "wdth" 100;*/
/*color: #fff;*/
/*font-size: 15pt;*/
/*font-weight: 300 !important;*/
/*letter-spacing: -0.025em;*/
/*line-height: 1.75em;*/

/* Шрифты index.html */
@import url("https://fonts.googleapis.com/css2?family=Rubik+Mono+One");                                                     /* Mono Bold */
@import url("https://fonts.googleapis.com/css2?family=Chango");

/* Шрифты portfolio.html */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');

.font-rubik-mono {
  font-family: "Rubik Mono One", monospace;
  font-style: normal;
}

.font-chango {
  font-family: "Chango", sans-serif;
  font-style: normal;
}

.font-roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.font-roboto-slab {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.font-roboto-condensed {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.font-roboto-serif {
  font-family: "Roboto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "GRAD" 0;
}

.font-roboto-mono {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.font-roboto-flex {
  font-family: "Roboto Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "XOPQ" 96,
    "XTRA" 468,
    "YOPQ" 79,
    "YTAS" 750,
    "YTDE" -203,
    "YTFI" 738,
    "YTLC" 514,
    "YTUC" 712;
}