@font-face {
    font-family: NouvelR;
    font-weight: 400;
    font-display: swap;
    src: url(/assets/renault/lat-cyr-regular.woff2) format("woff2"),
        url(/assets/renault/lat-cyr-regular.woff) format("woff");
    unicode-range: u+000-20cf
}

@font-face {
    font-family: NouvelR;
    font-weight: 700;
    font-display: swap;
    src: url(/assets/renault/lat-cyr-bold.woff2) format("woff2"),
        url(/assets/renault/lat-cyr-bold.woff) format("woff");
    unicode-range: u+000-20cf
}

@font-face {
    font-family: RenaultGroup;
    font-weight: 400;
    font-display: swap;
    src: url(/assets/renault/RenaultGroup-regular.woff2) format("woff2"),
        url(/assets/renault/RenaultGroup-regular.woff) format("woff");
    unicode-range: u+000-20cf
}

@font-face {
    font-family: RenaultGroup;
    font-weight: 700;
    font-display: swap;
    src: url(/assets/renault/RenaultGroup-bold.woff2) format("woff2"),
        url(/assets/renault/RenaultGroup-bold.woff) format("woff");
    unicode-range: u+000-20cf
}

body {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    min-height: 100vh;
    background-color: #fff;
    color: #000;
    font-family: NouvelR, sans-serif;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.45;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    direction: ltr;
}

header {
    background: #000;
    color: #fff;
}
h1, h2, h3, h4, h5, h6 {
    font-family: NouvelR, sans-serif;
    font-weight: normal !important;
}

main a {
    font-family: NouvelR, sans-serif;
    background: #efdf00;
    color: #000;
    text-decoration: none;
    padding-left: 8px;
    padding-right: 8px;
}
main a:hover {
    background: #000;
    color: #fff;
}

main button {
    font-family: NouvelR, sans-serif;
    background: #000;
    border-color: #000;
    color: #fff;
}
main button:hover {
    background: #efdf00;
    border-color: #efdf00;
    color: #000;
}

main .qrc-custom-links .btn {
    background: #fff;
    color: #000;
}
main .qrc-custom-links .btn:hover {
    background: #efdf00;
    border-color: #efdf00;
    color: #000;
}
