@font-face {
    font-family: "CoFo Sans";
    src: local("CoFo Sans Regular"), local("CoFo-Sans-Regular"), url("fonts/CoFoSans-Regular.woff2") format("woff2"),
    url("fonts/CoFoSans-Regular.woff") format("woff"), url("fonts/CoFoSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "CoFo Sans";
    src: local("CoFo Sans Medium"), local("CoFo-Sans-Medium"), url("fonts/CoFoSans-Medium.woff2") format("woff2"),
    url("fonts/CoFoSans-Medium.woff") format("woff"), url("fonts/CoFoSans-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "CoFo Sans";
    src: local("CoFo Sans Bold"), local("CoFo-Sans-Bold"), url("fonts/CoFoSans-Bold.woff2") format("woff2"),
    url("fonts/CoFoSans-Bold.woff") format("woff"), url("fonts/CoFoSans-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Georgia";
    src: local("Georgia Regular"), local("Georgia-Regular"), url("fonts/Georgia.woff2") format("woff2"),
    url("fonts/Georgia.woff") format("woff"), url("fonts/Georgia.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Georgia";
    src: local("Georgia Bold"), local("Georgia-Bold"), url("fonts/Georgia-Bold.woff2") format("woff2"),
    url("fonts/Georgia-Bold.woff") format("woff"), url("fonts/Georgia-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}