:root {
    --font-h1: 'Manrope-Bold';
    --font-size-h1: 62px;
    --font-h2: 'Manrope-Light';
    --font-size-h2: 52px;
    --font-h3: 'Manrope-Medium';
    --font-size-h3: 42px;
    --font-h4: 'Manrope-Medium';
    --font-size-h4: 32px;
    --font-h5: 'Manrope-Medium';
    --font-size-h5: 28px;
    --font-h6: 'Manrope-Medium';
    --font-size-h6: 24px;
    --font-regular: 'Manrope-Regular';
    --font-size-regular: 20px;
    --color-main: #19222a;
    --color-button: rgb(131,141,92);
    --color-hover: rgb(108,115,82);
    --color-heading: #343434;
    --color-header: rgb(255,255,255);
    --color-menu-bgr: #151515;
    --color-boxes-bgr-overlay: #000;
    --color-section-bgr: rgb(125,110,104);
    --color-link: #838d5c;
    --color-custom-text: #838d5c;
    --color-overlay-slide: #000;
    --sidemenu-main-link-color: #19222a;
    --sidemenu-main-link-hover-color: #a6a4a2;
}

@font-face {
    font-family: 'Manrope-Bold';
    src:url('../fonts/manrope/Manrope-Bold.woff2') format('woff2'),
        url('../fonts/manrope/Manrope-Bold.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: 'Hurricane-Regular';
    src:url('../fonts/hurricane/Hurricane-Regular.woff2') format('woff2'),
        url('../fonts/hurricane/Hurricane-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chivo-Semibold';
    src:url('../fonts/chivo-mono/ChivoMono-SemiBold.woff2') format('woff2'),
        url('../fonts/chivo-mono/ChivoMono-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

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