/*!
 * Web Fonts from Fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at https://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2024 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Studio René Bieder
 * License URL: https://www.fontspring.com/licenses/rene-bieder/webfont
 *
 *
 */

@font-face {
    font-family: 'faktum-regular';
    src: url('faktum-regular-webfont.woff2') format('woff2'),
         url('faktum-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/*!
 * Web Fonts from Fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at https://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2024 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Studio René Bieder
 * License URL: https://www.fontspring.com/licenses/rene-bieder/webfont
 *
 *
 */

@font-face {
    font-family: 'faktum-bold';
    src: url('faktum-bold-webfont.woff2') format('woff2'),
         url('faktum-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@media screen and (min-width: 1201px) {
    ::-webkit-scrollbar-thumb {
        /* Укажи цвет скроллбара */
        background: #9309FF;
        /* Укажи радиус скругления скроллбара */
        border-radius: 10px;
    }
    ::-webkit-scrollbar {
        /* Укажи ширину вертикального скроллбара */
        width: 5px;
        /* Укажи высоту горизонтального скроллбара */
        height: 5px;
        /* Укажи цвет фона под скроллбаром */
        background: #000000;
    }
}


@media screen and (min-width: 1920px) {
.box {
    border-radius: 50px !important;
}
}
@media screen and (max-width: 1919px) {
.box {
    border-radius: 40px !important;
}
}
@media screen and (max-width: 639px) {
.box {
    border-radius: 30px !important;
}
}







