/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24.05.2022, 12:32:26
    Author     : Денис
*/

@font-face {
    font-family: 'Atyp Text Rg';
    font-display: swap;
    src: local("Atyp Text Rg"), 
    url('/resources/site/fonts/AtypRegular/AtypText-Regular.woff2') format('woff2'),
    url('/resources/site/fonts/AtypRegular/AtypText-Regular.woff') format('woff'),
    url("/resources/site/fonts/AtypRegular/AtypText-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: 'Atyp Text B';
    font-display: swap;
    src: local("Atyp Text B"), 
        url('/resources/site/fonts/AtypBold/AtypText-Bold.woff2') format('woff2'),
        url('/resources/site/fonts/AtypBold/AtypText-Bold.woff') format('woff'),
        url("/resources/site/fonts/AtypBold/AtypText-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal; }
@font-face {
    font-family: 'Atyp Text Sm';
    font-display: swap;
    src: local("Atyp Text Sm"), 
        url('/resources/site/fonts/AtypSemibold/AtypText-Semibold.woff2') format('woff2'),
        url('/resources/site/fonts/AtypSemibold/AtypText-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal; 
}

:root {
    --font-family-rg: 'Atyp Text Rg';
    --font-family-b: 'Atyp Text B';
    --font-family-sm: 'Atyp Text Sm';
}

html, body, span, p, a, h1, h2, h3, h4, h5, div {
    -moz-font-feature-settings: "ss06" !important;
    -webkit-font-feature-settings: "ss06" !important;
    -o-font-feature-settings: "ss06" !important;
    font-feature-settings: "ss06" !important;
}
