/* ==========================================================================================
=> CMS CMS «ГИРВАС»
=>
=> Включена в Реестр российского программного обеспечения Минцифры РФ.
=> Реестровый номер: №25012 от 27.11.2024
=> 
=> @copyright Copyright (c) 2021 - 2026, ИП Шестаков А.Р., «Карельский разработчик».
=>             Все права защищены.
=> @license   https://gitflic.ru/project/garbalo/cms-girvas/LICENSE.md
=> @see       https://gitflic.ru/project/garbalo/cms-girvas Репозиторий продукта
=> @see       https://cms-girvas.ru Сайт продукта
=> @author    Андрей Шестаков <andrey.shestakov@karelian-developer.ru>
=> @support   support@karelian-developer.ru
============================================================================================= */

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

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

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

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

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

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

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

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

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

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