﻿@font-face {
    font-family: "Atyp BL Text";
    src: url("/fonts/AtypBLText-Semibold2.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Atyp BL Text";
    src: url("/fonts/AtypBLText-Regular2.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}


:root {
    /*--primary-color: #2B61FF;*/
    /*--secondary-color: #FF8F5C;*/
    --text-color-weak: #1E1E1E;
    --bg-color-gray: #DADADA;
    --rz-root-font-size: 16px;
    --rz-body-font-size: 1rem;
    /*    --rz-body-line-height: 1.5;
    --rz-body-background-color: var(--rz-base-100);*/
    --rz-text-font-family: Atyp BL Text;
    --rz-sidebar-background-color: var(--primary-light-65);
    --rz-footer-background-color: var(--rz-base-300);
}

* {
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

.logo {
    background-image: url('../images/logo.svg');
    background-repeat: no-repeat;
    background-position: center center;
    width: 152px;
    height: 110px;
    background-size: contain;
}

.small-logo {
    background-image: url('../images/logo.svg');
    background-repeat: no-repeat;
    background-position: center center;
    width: 107px;
    height: 77px;
    background-size: contain;
}