/**
 * CMS GIRVAS (https://www.cms-girvas.ru/)
 * 
 * @link        https://gitflic.ru/project/garbalo/cms-girvas Путь до репозитория системы
 * @copyright   Copyright (c) 2021 - 2024, Andrey Shestakov & Garbalo (https://www.garbalo.com/)
 * @license     https://gitflic.ru/project/garbalo/cms-girvas/LICENSE.md
 */

@font-face {
  font-family: 'Roboto';
  src:
    url('../fonts/Roboto/Thin.woff2') format('woff2'),
    url('../fonts/Roboto/Thin.woff') format('woff'),
    url('../fonts/Roboto/Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src:
    url('../fonts/Roboto/ThinItalic.woff2') format('woff2'),
    url('../fonts/Roboto/ThinItalic.woff') format('woff'),
    url('../fonts/Roboto/ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src:
    url('../fonts/Roboto/Light.woff2') format('woff2'),
    url('../fonts/Roboto/Light.woff') format('woff'),
    url('../fonts/Roboto/Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src:
    url('../fonts/Roboto/LightItalic.woff2') format('woff2'),
    url('../fonts/Roboto/LightItalic.woff') format('woff'),
    url('../fonts/Roboto/LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src:
    url('../fonts/Roboto/Regular.woff2') format('woff2'),
    url('../fonts/Roboto/Regular.woff') format('woff'),
    url('../fonts/Roboto/Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src:
    url('../fonts/Roboto/Medium.woff2') format('woff2'),
    url('../fonts/Roboto/Medium.woff') format('woff'),
    url('../fonts/Roboto/Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src:
    url('../fonts/Roboto/MediumItalic.woff2') format('woff2'),
    url('../fonts/Roboto/MediumItalic.woff') format('woff'),
    url('../fonts/Roboto/MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src:
    url('../fonts/Roboto/Bold.woff2') format('woff2'),
    url('../fonts/Roboto/Bold.woff') format('woff'),
    url('../fonts/Roboto/Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src:
    url('../fonts/Roboto/BoldItalic.woff2') format('woff2'),
    url('../fonts/Roboto/BoldItalic.woff') format('woff'),
    url('../fonts/Roboto/BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src:
    url('../fonts/Roboto/Black.woff2') format('woff2'),
    url('../fonts/Roboto/Black.woff') format('woff'),
    url('../fonts/Roboto/Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src:
    url('../fonts/Roboto/BlackItalic.woff2') format('woff2'),
    url('../fonts/Roboto/BlackItalic.woff') format('woff'),
    url('../fonts/Roboto/BlackItalic.ttf') format('truetype');;
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}