/* === Post Grotesk === */

@font-face {
    font-family: 'Post Grotesk';
    src: url('../fonts/postgrotesk/PostGrotesk-BoldItalic.woff2') format('woff2');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Post Grotesk';
    src: url('../fonts/postgrotesk/PostGrotesk-BlackItalic.woff2') format('woff2');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Post Grotesk';
    src: url('../fonts/postgrotesk/PostGrotesk-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Post Grotesk';
    src: url('../fonts/postgrotesk/PostGrotesk-Book.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Post Grotesk';
    src: url('../fonts/postgrotesk/PostGrotesk-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Post Grotesk';
    src: url('../fonts/postgrotesk/PostGrotesk-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Post Grotesk';
    src: url('../fonts/postgrotesk/PostGrotesk-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Post Grotesk';
    src: url('../fonts/postgrotesk/PostGrotesk-ThinItalic.woff2') format('woff2');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Post Grotesk';
    src: url('../fonts/postgrotesk/PostGrotesk-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Post Grotesk';
    src: url('../fonts/postgrotesk/PostGrotesk-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Post Grotesk';
    src: url('../fonts/postgrotesk/PostGrotesk-Black.woff2') format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Post Grotesk';
    src: url('../fonts/postgrotesk/PostGrotesk-BookItalic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

/* === FK Roman Standard === */
@font-face {
  font-family: "FK Roman Standard";
  src: url("../fonts/fkromanstandard/FKRomanStandard-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FK Roman Standard";
  src: url("../fonts/fkromanstandard/FKRomanStandard-LightOblique.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "FK Roman Standard";
  src: url("../fonts/fkromanstandard/FKRomanStandard-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}