/* ==========================================================================
   Custom Font Loader Stylesheet
   ========================================================================== */

/* Abril Titling Condensed */
@font-face {
  font-family: "Abril Titling Condensed";
  font-style: normal;
  font-weight: 600; /* 'Sb' in filename denotes SemiBold */
  font-display: swap;
  src: url("https://crazy-creek-fabrics.nyc3.cdn.digitaloceanspaces.com/fonts/AbrilTitlingCndSb.woff2?v=2")
    format("woff2");
}

/* Aptly - Medium */
@font-face {
  font-family: "Aptly";
  font-style: normal;
  font-weight: 500; /* Medium weight */
  font-display: swap;
  src: url("https://crazy-creek-fabrics.nyc3.cdn.digitaloceanspaces.com/fonts/Aptly-Medium.woff2?v=2")
    format("woff2");
}

/* Aptly - Medium Italic */
@font-face {
  font-family: "Aptly";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("https://crazy-creek-fabrics.nyc3.cdn.digitaloceanspaces.com/fonts/Aptly-Medium-Italic.woff2?v=2")
    format("woff2");
}

/* Arial */
@font-face {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400; /* Regular weight */
  font-display: swap;
  src: url("https://crazy-creek-fabrics.nyc3.cdn.digitaloceanspaces.com/fonts/Arial.woff2?v=2")
    format("woff2");
}

/* Bebas Neue */
@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400; /* Regular weight */
  font-display: swap;
  src: url("https://crazy-creek-fabrics.nyc3.cdn.digitaloceanspaces.com/fonts/BebasNeue-Regular.woff2?v=2")
    format("woff2");
}
