.font-main {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
.font-bold {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.font-code {
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 475;
    font-style: normal;
}

