/* Akkurat font family */
@font-face {
  font-family: "Akkurat-Normal";
  src: local("Akkurat Normal"),
    url("assets/core/fonts/Akkurat/Akkurat-Normal.otf") format("opentype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Akkurat-Regular";
  src: local("Akkurat Regular"),
    url("assets/core/fonts/Akkurat/Akkurat-Regular.otf") format("opentype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Akkurat-Bold";
  src: local("Akkurat Bold"),
    url("assets/core/fonts/Akkurat/Akkurat-Bold.otf") format("opentype");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Akkurat-Light";
  src: local("Akkurat Light"),
    url("assets/core/fonts/Akkurat/Akkurat-Light.otf") format("opentype");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}

/* Penumbra font family */
@font-face {
  font-family: "Penumbra-Std";
  src: local("Penumbra HalfSerif Std"),
    url("assets/core/fonts/Penumbra/PENUMBRA-HALFSERIF-STD.TTF")
      format("truetype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Penumbra-Bold";
  src: local("Penumbra HalfSerif Std Bold"),
    url("assets/core/fonts/Penumbra/PENUMBRA-HALFSERIF-STD-BOLD.TTF")
      format("truetype");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Penumbra-SemiBold";
  src: local("Penumbra HalfSerif Std Semibold"),
    url("assets/core/fonts/Penumbra/PENUMBRA-HALFSERIF-STD-SEMIBOLD.TTF")
      format("truetype");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}
