:root {
    --color-brand-primary: #fa6423;
    --color-background-primary: #660099;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    src: local(""), url("../../css/fonts/Roboto-Light.woff2") format("woff2");
}

@font-face {
    font-family: "Roboto";
    src: url("../../css/fonts/Roboto-Regular.woff2") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Roboto";
    src: url("../../css/fonts/Roboto-Medium.woff2") format("truetype");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "Roboto";
    src: url("../../css/fonts/Roboto-Bold.woff2") format("truetype");
    font-style: normal;
    font-weight: 700;
}

body,
input,
button {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: var(--color-neutral-lighest);
}

.btn {
    color: var(--color-neutral-lighest);
}