/* @import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=fc137641-4490-4a50-8a7a-f99cde37dfad"); */
html {
    font-size: 16px;
}

/* the font needs to be called "Roboto", as this is what Vuetify expects */

@font-face {
    font-family: "Roboto";
    src: url("AlaskaSFT-Regular.woff2") format("opentype");
    font-weight: 300;
}
@font-face {
    font-family: "Roboto";
    src: url("AlaskaSFT-Regular.woff2") format("opentype");
    font-weight: 400;
}
@font-face {
    font-family: "Roboto";
    src: url("AlaskaSFT-SemiBold.woff2") format("opentype");
    font-weight: 500;
}
@font-face {
    font-family: "Roboto";
    src: url("AlaskaSFT-SemiBold.woff2") format("opentype");
    font-weight: 600;
}

