@font-face {
    font-family: 'drukwidecyr-bold';
    src: url('/static/theme/fonts/drukwidecyr-bold.woff2') format('woff2'),
        url('/static/theme/fonts/drukwidecyr-bold.woff') format('woff'),
        url('/static/theme/fonts/drukwidecyr-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy-Bold';
    src: url('/static/theme/fonts/Gilroy-Bold.woff2') format('woff2'),
        url('/static/theme/fonts/Gilroy-Bold.woff') format('woff'),
        url('/static/theme/fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy-ExtraBold';
    src: url('/static/theme/fonts/Gilroy-ExtraBold.woff2') format('woff2'),
        url('/static/theme/fonts/Gilroy-ExtraBold.woff') format('woff'),
        url('/static/theme/fonts/Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy-Regular';
    src: url('/static/theme/fonts/Gilroy-Regular.woff2') format('woff2'),
        url('/static/theme/fonts/-Regular.woff') format('woff'),
        url('/static/theme/fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy-Light';
    src: url('/static/theme/fonts/Gilroy-Light.woff2') format('woff2'),
        url('/static/theme/fonts/Gilroy-Light.woff') format('woff'),
        url('/static/theme/fonts/Gilroy-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* Headers */
h1, h2, h3 {
    font-family: 'Gilroy-ExtraBold';
}
h4, h5, label, button, .btn, b, strong{
    font-family: 'Gilroy-Bold';
}
h6, p, a, input, textarea{
    
    font-family: 'Gilroy-Regular';
}
small, form small a{
    font-family: 'Gilroy-Light';
}
.druk{
    font-family: 'drukwidecyr-bold';
}