:root {
    --font-h1: 'Barlow-Light';
    --font-size-h1: 62px;
    --font-h2: 'Barlow-Light';
    --font-size-h2: 52px;
    --font-h3: 'Barlow-Light';
    --font-size-h3: 42px;
    --font-h4: 'Barlow-Light';
    --font-size-h4: 32px;
    --font-h5: 'Barlow-Light';
    --font-size-h5: 28px;
    --font-h6: 'Barlow-Light';
    --font-size-h6: 26px;
    --font-regular: 'Barlow-Regular';
    --font-size-regular: 20px;
    --color-main: #25292c;
    --color-button: #000;
    --color-hover: rgb(197,229,112);
    --color-heading: #25292c;
    --color-header: rgba(0,0,0,0.72);
    --color-menu-bgr: #151515;
    --color-boxes-bgr-overlay: #000;
    --color-section-bgr: #f4f5fa;
    --color-link: #95c11f;
    --color-custom-text: #25292c;
    --color-overlay-slide: #000;
    --sidemenu-main-link-color: #19222a;
    --sidemenu-main-link-hover-color: #a6a4a2;
}

@font-face {
    font-family: 'Barlow-Light';
    src:url('../fonts/barlow/Barlow-Light.woff2') format('woff2'),
        url('../fonts/barlow/Barlow-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow-Bold';
    src:url('../fonts/barlow/Barlow-Bold.woff2') format('woff2'),
        url('../fonts/barlow/Barlow-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow-Medium';
    src:url('../fonts/barlow/Barlow-Medium.woff2') format('woff2'),
        url('../fonts/barlow/Barlow-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow-Regular';
    src:url('../fonts/barlow/Barlow-Regular.woff2') format('woff2'),
        url('../fonts/barlow/Barlow-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
