:root {
    --font-h1: 'Manrope-Bold';
    --font-size-h1: 62px;
    --font-h2: 'Manrope-Light';
    --font-size-h2: 62px;
    --font-h3: 'Manrope-Regular';
    --font-size-h3: 52px;
    --font-h4: 'Manrope-Medium';
    --font-size-h4: 42px;
    --font-h5: 'Manrope-Medium';
    --font-size-h5: 32px;
    --font-h6: 'Manrope-Medium';
    --font-size-h6: 28px;
    --font-regular: 'Questrial';
    --font-size-regular: 20px;
    --color-main: #19222a;
    --color-button: rgb(19,63,98);
    --color-hover: rgb(166,164,162);
    --color-heading: #262f36;
    --color-header-elements: #ffffff;
    --color-header-elements-menuopen: #ffffff;
    --color-header: rgb(11,38,69);
    --color-menu-bgr: rgb(11,38,69);
    --color-boxes-bgr-overlay: #000;
    --color-section-bgr: rgb(244,245,250);
    --color-link: #133f62;
    --color-custom-text: #133F62;
    --color-overlay-slide: #133f62;
    --sidemenu-main-link-color: #d3d3d3;
    --sidemenu-main-link-hover-color: #133f62;
}

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

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