@font-face {
    font-family: "TTM";
    font-weight: 100;
    src: url("/static/TTM-ExtraLight.woff2?v=20240130") format("woff2");
}

@font-face {
    font-family: "TTM";
    font-weight: 400;
    src: url("/static/TTM-Medium.woff2?v=20240130") format("woff2");
}

@font-face {
    font-family: "TTM";
    font-weight: 500;
    src: url("/static/TTM-Regular.woff2?v=20240130") format("woff2");
}

body {
    font-family: 'TTM', 'open sans condensed', sans-serif;
    font-size: calc((4.2vmin + 4.2vmax)/2);
    font-weight: 100;
}

.jumbo {
    font-size: 200%;
    font-weight: 500;
}
