/*
      CSS rules to specify fonts
      font-family: "Visby CF Medium";
*/
@font-face{
    font-family:"Visby CF";
    src:local('VisbyCF-Medium'), url(../fonts/visby-cf-medium.woff2) format("woff2"),url(../fonts/visby-cf-medium.woff) format("woff");
    font-style:normal;
    font-weight:500;
    font-display:auto
}

@font-face{
    font-family:"Visby CF Bold";
    src:local('VisbyCF-Bold'), url(../fonts/visby-cf-bold.woff2) format("woff2"),url(../fonts/visby-cf-bold.woff) format("woff");
    font-style:normal;
    font-weight:700;
    font-display:auto
}
