/*
  Local web fonts for THE VAMPIRES OF KOPENHAGEN

  Required files:
  ../fonts/BebasNeue-Regular.ttf
  ../fonts/BarlowCondensed-Light.ttf
  ../fonts/BarlowCondensed-SemiBold.ttf
  ../fonts/BarlowCondensed-Bold.ttf
*/

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

@font-face {
  font-family: "Barlow Condensed";
  src:
    local("Barlow Condensed Light"),
    local("BarlowCondensed-Light"),
    url("../fonts/BarlowCondensed-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src:
    local("Barlow Condensed SemiBold"),
    local("BarlowCondensed-SemiBold"),
    url("../fonts/BarlowCondensed-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

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