/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* You can add global styles to this file, and also import other style files */
/* Настройка шрифтов для старых браузеров */
@font-face {
  font-family: "GolosUI";
  src: url('golos-ui_regular.ttf') format("truetype"), url('golos-ui_regular.woff2') format("woff2"), url('golos-ui_regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GolosUI";
  src: url('golos-ui_medium.ttf') format("truetype"), url('golos-ui_medium.woff2') format("woff2"), url('golos-ui_medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "GolosUI";
  src: url('golos-ui_bold.ttf') format("truetype"), url('golos-ui_bold.woff2') format("woff2"), url('golos-ui_bold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
}
/*
      Настройка шрифтов для современных браузеров

      Подробнее здесь: https://web.dev/i18n/ru/variable-fonts/
   */
@supports (font-variation-settings: normal) {
  @font-face {
    font-family: "GolosUI";
    src: url('golos-ui_vf.woff2') format("woff2 supports variations"), url('golos-ui_vf.woff2') format("woff2-variations");
    font-weight: 100 1000;
  }
}
html,
body {
  font-size: 10px;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "GolosUI";
}

/*# sourceMappingURL=styles.css.map*/