@font-face {
    font-family: Roboto;
    font-weight: 100;
    src: url(/fonts/Roboto-Light.ttf) format("opentype");
    font-display: swap
}

@font-face {
    font-family: Roboto;
    font-weight: 200;
    src: url(/fonts/Roboto-Light.ttf) format("opentype");
    font-display: swap
}

@font-face {
    font-family: Roboto;
    font-weight: 300;
    src: url(/fonts/Roboto-Regular.ttf) format("opentype");
    font-display: swap
}

@font-face {
    font-family: Roboto;
    font-weight: 400;
    src: url(/fonts/Roboto-Regular.ttf) format("opentype");
    font-display: swap
}

@font-face {
    font-family: Roboto;
    font-weight: 500;
    src: url(/fonts/Roboto-Medium.ttf) format("opentype");
    font-display: swap
}

@font-face {
    font-family: Roboto;
    font-weight: 700;
    src: url(/fonts/Roboto-Medium.ttf) format("opentype");
    font-display: swap
}

:root > * {
    --md-primary-fg-color: #6368F1;
    --md-accent-fg-color: #00ECAD;
}

:root {
    --md-text-font: Roboto, sans-serif;
}

