
@font-face {
  font-family: "artic fox";
  font-weight: 400;
  src:
    url("fonts/ArcticFox-Regular.woff") format("woff"), 
    url("fonts/ArcticFox-Regular.ttf") format("truetype"), 
    url("fonts/ArcticFox-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "artic fox";
  font-weight: 600;
  src:
    url("fonts/ArcticFox-Bold.woff") format("woff"), 
    url("fonts/ArcticFox-Bold.ttf") format("truetype"), 
    url("fonts/ArcticFox-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "artic fox";
  font-weight: 800;
  src: 
    url("fonts/ArcticFox-Headline.woff") format("woff"), 
    url("fonts/ArcticFox-Headline.ttf") format("truetype"), 
    url("fonts/ArcticFox-Headline.woff2") format("woff2");
}

@font-face {
  font-family: "frankfurter";
  font-weight: 500;
  src: 
    url("fonts/frankfurter.eot") format("eot"), 
    url("fonts/frankfurter.ttf") format("truetype"), 
    url("fonts/frankfurter.woff") format("woff");
}

@font-face {
  font-family: "vaground";
  font-weight: 500;
  src: 
    url("fonts/vagrounded.eot") format("eot"), 
    url("fonts/vagrounded.ttf") format("truetype"), 
    url("fonts/vagrounded.woff") format("woff");
}


