:root {
    --font-h1: 'Poppins-SemiBold';
    --font-size-h1: 62px;
    --font-h2: 'Poppins-SemiBold';
    --font-size-h2: 52px;
    --font-h3: 'Poppins-Medium';
    --font-size-h3: 42px;
    --font-h4: 'Poppins-Medium';
    --font-size-h4: 32px;
    --font-h5: 'Poppins-Medium';
    --font-size-h5: 26px;
    --font-h6: 'Poppins-Medium';
    --font-size-h6: 24px;
    --font-regular: 'Poppins-Regular';
    --font-size-regular: 20px;
    --color-main: #19222a;
    --color-button: rgb(148,204,0);
    --color-hover: rgb(128,172,14);
    --color-heading: #000;
    --color-header: rgb(255,255,255);
    --color-menu-bgr: #151515;
    --color-boxes-bgr-overlay: #000;
    --color-section-bgr: rgb(250,250,250);
    --color-link: #94cc00;
    --color-custom-text: #19222A;
    --color-overlay-slide: #000;
    --sidemenu-main-link-color: #19222a;
    --sidemenu-main-link-hover-color: #a6a4a2;
}

@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: '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-Medium';
    src:url('../fonts/poppins/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-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;
}
