/* ==========================================================================================
=> CMS GIRVAS (https://www.cms-girvas.ru/)
=>
=> Типовой набор шрифтов CMS
=>
=> @link      https://gitflic.ru/project/garbalo/cms-girvas Путь до репозитория системы
=> @copyright Copyright (c) 2022 - 2024, Andrey Shestakov & Garbalo (https://www.garbalo.com/)
=> @license   https://gitflic.ru/project/garbalo/cms-girvas/LICENSE.md
============================================================================================= */

/* ==========================================================================================
  В типовой набор входит семейство шрифта Roboto на основании лицензии провообладателя.
  Лицензия: https://www.apache.org/licenses/LICENSE-2.0
============================================================================================= */

@font-face {
  font-family: 'Roboto';
  src: url('../FontsCore/Roboto/thin.ttf');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../FontsCore/Roboto/thin-italic.ttf');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('../FontsCore/Roboto/regular.ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../FontsCore/Roboto/italic.ttf');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('../FontsCore/Roboto/medium.ttf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../FontsCore/Roboto/medium-italic.ttf');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('../FontsCore/Roboto/bold.ttf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../FontsCore/Roboto/bold-italic.ttf');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('../FontsCore/Roboto/black.ttf');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../FontsCore/Roboto/black-italic.ttf');
  font-weight: 900;
  font-style: italic;
}