﻿.fw-bold {
    font-weight: bold !important;
    font-family: 'GolosTextWebBold';
}

.fw-semibold {
    font-weight: 400 !important;
    font-family: 'GolosTextWebMedium';
}

.fw-normal {
    font-weight: normal !important;
    font-family: 'GolosTextWebRegular';
}

@font-face {
    font-family: 'GolosUIWebVF';
    src: url('fonts/Golos/Golos-UI_VF.woff2') format('woff2'), url('fonts/Golos/Golos-UI_VF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GolosTextWebVF';
    src: url('fonts/Golos/Golos-Text_Regular.woff2') format('woff2'), url('fonts/Golos/Golos-Text_Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GolosTextWebRegular';
    src: url('fonts/Golos/Golos-Text_VF.woff2') format('woff2'), url('fonts/Golos/Golos-Text_VF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GolosTextWebMedium';
    src: url('fonts/Golos/Golos-Text_Medium.woff2') format('woff2'), url('fonts/Golos/Golos-Text_Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GolosTextWebDemiBold';
    src: url('fonts/Golos/Golos-Text_DemiBold.woff2') format('woff2'), url('fonts/Golos/Golos-Text_DemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GolosTextWebBold';
    src: url('fonts/Golos/Golos-Text_Bold.woff2') format('woff2'), url('fonts/Golos/Golos-Text_Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GolosTextWebBlack';
    src: url('fonts/Golos/Golos-Text_Black.woff2') format('woff2'), url('fonts/Golos/Golos-Text_Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body {
    font-family: 'GolosTextWebRegular' !important;
    font-size: 14px !important;
}

.anchor-container {
    position: relative;
}

.adjusted-anchor {
    position: absolute;
    top: -100px;
}

html {
    scroll-behavior: smooth;
    --bs-font-sans-serif: "GolosTextWebRegular"!important;
}
