@font-face {
    font-family: hYad;
    src: url(../resources/font/GveretLevinAlefAlefAlef-Regular.woff);
}

:root {
    --font-main: 'Rubik', sans-serif;
    --font-secondary: 'hYad';

    --a1-font-size-l: 169px;
    --a1-font-size-s: 86px;
    --about-letter-spacing: 2px;
    --review-letter-spacing: 2px;
}

html {
    direction: rtl;
}

@media only screen and (max-width: 700px) {

    :root {
        --a1-font-size-l: 110px;
        --a1-font-size-s: 70px;
    }

}


@media only screen and (max-width: 400px) {

    :root {
        --a1-font-size-l: 60px;
        --a1-font-size-s: 40px;
    }

}
