/* -------------------------------
   Font Face Declarations
--------------------------------- */

@font-face {
  font-family: 'Futura Light';
  src: url('FuturaBTProLight/font.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura Light Italic';
  src: url('FuturaBTProLightItalic/font.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Futura Book';
  src: url('FuturaBTProBook/font.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura Bold';
  src: url('FuturaBTProBold/font.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura Condensed';
  src: url('FuturaBTProCondensedBold/font.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


/* -------------------------------
   Font Utility Classes
   (Works on both frontend & editor)
--------------------------------- */

.has-futura-light-font-family {
  font-family: 'Futura Light', sans-serif;
  font-weight: 300;
}

.has-futura-light-italic-font-family {
  font-family: 'Futura Light Italic', sans-serif;
  font-weight: 300;
  font-style: italic;
}

.has-futura-book-font-family {
  font-family: 'Futura Book', sans-serif;
  font-weight: 400;
}

.has-futura-bold-font-family {
  font-family: 'Futura Bold', sans-serif;
  font-weight: 700;
}

.has-futura-bold-condensed-font-family {
  font-family: 'Futura Condensed', sans-serif;
  font-weight: 700;
}
