:root {
    --font-h1: 'Manrope-Medium';
    --font-size-h1: 62px;
    --font-h2: 'Manrope-Regular';
    --font-size-h2: 56px;
    --font-h3: 'Manrope-Bold';
    --font-size-h3: 42px;
    --font-h4: 'Manrope-Regular';
    --font-size-h4: 42px;
    --font-h5: 'Manrope-Regular';
    --font-size-h5: 32px;
    --font-h6: 'Manrope-Light';
    --font-size-h6: 28px;
    --font-regular: 'Manrope-Light';
    --font-size-regular: 20px;
    --color-main: #151514;
    --color-button: rgb(0,169,147);
    --color-hover: rgb(0,125,109);
    --color-heading: #151514;
    --color-header: rgba(255,255,255,0.9);
    --color-menu-bgr: rgb(0,169,147);
    --color-boxes-bgr-overlay: #000;
    --color-section-bgr: rgb(191,223,208);
    --color-link: #00a993;
    --color-custom-text: #00a993;
    --color-overlay-slide: #000;
    --sidemenu-main-link-color: #19222a;
    --sidemenu-main-link-hover-color: #a6a4a2;
}

@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-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-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;
}

@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;
}
