/* Scenario Theme Fonts */

/* Playfair Display - Sherlock Holmes */
@font-face {
  font-family: "Playfair Display";
  src: url("./playfair-display/playfair-display-v40-latin-regular.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("./playfair-display/playfair-display-v40-latin-900.woff2")
    format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("./playfair-display/playfair-display-v40-latin-italic.woff2")
    format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Caviar Dreams - The Great Gatsby */
@font-face {
  font-family: "Caviar Dreams";
  src: url("./caviar-dreams/CaviarDreams.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Libre Bodoni - Murder on the Orient Express */
@font-face {
  font-family: "Libre Bodoni";
  src: url("./libre-bodoni/libre-bodoni-v9-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Libre Bodoni";
  src: url("./libre-bodoni/libre-bodoni-v9-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Orbitron - Blade Runner */
@font-face {
  font-family: "Orbitron";
  src: url("./orbitron/orbitron-v35-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Orbitron";
  src: url("./orbitron/orbitron-v35-latin-800.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Lato - Frasier */
@font-face {
  font-family: "Lato";
  src: url("./lato/lato-v25-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("./lato/lato-v25-latin-900.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("./lato/lato-v25-latin-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Quicksand - Blue Prince */
@font-face {
  font-family: "Quicksand";
  src: url("./quicksand/quicksand-v37-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Quicksand";
  src: url("./quicksand/quicksand-v37-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
