@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=be5de430-cea2-411d-a163-d94186e87760");

:root{
    --font-family-normal: "FranklinGothicBookITC", sans-serif;
    --font-family-medium: "FranklinGothicMediumITC", sans-serif;
    --font-family-bold: "FranklinGothicDemiITC", sans-serif;
}

@font-face{
    font-family:"FranklinGothicBookITC";
    src:url("/fonts/FranklinGothicBookITC.woff2") format("woff2"),
    url("/fonts/FranklinGothicBookITC.woff") format("woff");
}
@font-face{
    font-family:"FranklinGothicMediumITC";
    src:url("/fonts/FranklinGothicMediumITC.woff2") format("woff2"),
    url("/fonts/FranklinGothicMediumITC.woff") format("woff");
}
@font-face{
    font-family:"FranklinGothicDemiITC";
    src:url("/fonts/FranklinGothicDemiITC.woff2") format("woff2"),
    url("/fonts/FranklinGothicDemiITC.woff") format("woff");
}