:root {
    --font-h1: 'TenorSans';
    --font-size-h1: 72px;
    --font-h2: 'TenorSans';
    --font-size-h2: 62px;
    --font-h3: 'TenorSans';
    --font-size-h3: 52px;
    --font-h4: 'TenorSans';
    --font-size-h4: 42px;
    --font-h5: 'TenorSans';
    --font-size-h5: 36px;
    --font-h6: 'TenorSans';
    --font-size-h6: 28px;
    --font-regular: 'Manrope-Regular';
    --font-size-regular: 20px;
    --color-main: #313837;
    --color-button: rgb(94,19,31);
    --color-hover: rgb(94,19,31);
    --color-heading: #313837;
    --color-header: rgba(0,0,0,0.72);
    --color-menu-bgr: rgb(94,19,31);
    --color-boxes-bgr-overlay: #000;
    --color-section-bgr: rgb(94,19,31);
    --color-section-bgr-second: #EBE4D8;
    --color-link: #5e131f;
    --color-custom-text: #5e131f;
    --color-overlay-slide: #000;
    --sidemenu-main-link-color: #19222a;
    --sidemenu-main-link-hover-color: #a6a4a2;
}

@font-face {
    font-family: 'TenorSans';
    src:url('../fonts/tenor-sans/TenorSans.woff2') format('woff2'),
        url('../fonts/tenor-sans/TenorSans.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: '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;
}
