
@font-face {
    font-family: 'main-font-family';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../font/LiAdorNoirrit.woff2) format('woff2');
}
@font-face {
    font-family: 'main-font-family';
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: url(../font/LiAdorNoirritBold.woff2) format('woff2');
}
@font-face {
    font-family: 'main-font-family';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../font/LiAdorNoirritSemiBold.woff2) format('woff2');
}
:root {
    --primary-color: #2d19a3;
    --primary-color-hover: #e9642a;
    --primary-font: 'main-font-family', arial;
}
* {
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}
body {
    font-family: var(--primary-font);
    font-size: 18px;
    line-height: 140%;
}