:root {
    --font-h1: 'Poppins-Light';
    --font-size-h1: 62px;
    --font-h2: 'Poppins-Light';
    --font-size-h2: 60px;
    --font-h3: 'Poppins-Light';
    --font-size-h3: 52px;
    --font-h4: 'Poppins-Light';
    --font-size-h4: 32px;
    --font-h5: 'Poppins-Light';
    --font-size-h5: 28px;
    --font-h6: 'Poppins-Regular';
    --font-size-h6: 26px;
    --font-regular: 'Poppins-Regular';
    --font-size-regular: 20px;
    --color-main: #272727;
    --color-button: rgb(193,192,25);
    --color-hover: rgb(172,171,17);
    --color-heading: #272727;
    --color-header-elements: #392e10;
    --color-header-elements-menuopen: #392e10;
    --color-header: rgb(255,255,255);
    --color-menu-bgr: rgb(255,255,255);
    --color-boxes-bgr-overlay: #000;
    --color-section-bgr: rgb(231,231,231);
    --color-link: #c1c019;
    --color-custom-text: #392e10;
    --color-overlay-slide: #000;
    --sidemenu-main-link-color: #19222a;
    --sidemenu-main-link-hover-color: #a6a4a2;
}

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

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

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