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

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

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

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

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