:root {
    --font-h1: 'Poppins-Light';
    --font-size-h1: 72px;
    --font-h2: 'Poppins-Light';
    --font-size-h2: 62px;
    --font-h3: 'Poppins-Regular';
    --font-size-h3: 52px;
    --font-h4: 'Poppins-Regular';
    --font-size-h4: 32px;
    --font-h5: 'Poppins-Regular';
    --font-size-h5: 28px;
    --font-h6: 'Poppins-Regular';
    --font-size-h6: 26px;
    --font-regular: 'Poppins-Light';
    --font-size-regular: 20px;
    --color-main: #1d1d1b;
    --color-button: rgb(219,178,116);
    --color-hover: rgb(142,101,56);
    --color-heading: #1d1d1b;
    --color-header-elements: #867b94;
    --color-header-elements-menuopen: #ffffff;
    --color-header: rgba(255,255,255,0.9);
    --color-menu-bgr: #867b94;
    --color-boxes-bgr-overlay: #000;
    --color-section-bgr: rgb(222,220,233);
    --color-section-bgr-b: rgb(134,123,148);
    --color-section-bgr-c: rgb(139,150,175);
    --color-link: #dbb274;
    --color-custom-text: #737277;
    --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: 'Poppins-SemiBold';
    src:url('../fonts/poppins/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-SemiBold.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;
}
