/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* BEACHWOOD (variable font) */
@font-face {
  font-family: 'Beachwood-Variable';
  src: url('fonts/beachwood-variable.woff2') format('woff2'),
       url('fonts/beachwood-variable.woff') format('woff');
  font-weight: 100 900; /* full weight range for variable font */
  font-style: normal;
  font-display: swap;
}

/* UNIVERS LT STD ULTRA CONDENSED */
@font-face {
  font-family: 'UniversLTStd-UltraCn';
  src: url('fonts/universltstd-ultracn.woff2') format('woff2'),
       url('fonts/universltstd-ultracn.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ANTIHERO */
@font-face {
  font-family: 'Antihero';
  src: url('fonts/antihero.woff2') format('woff2'),
       url('fonts/antihero.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* FORCE custom fonts on any heading with these classes */
.vc_custom_heading.beachwood,
h2.beachwood {
  font-family: 'Beachwood-Variable', sans-serif !important;
}

.vc_custom_heading.univers,
h2.univers {
  font-family: 'UniversLTStd-UltraCn', sans-serif !important;
}

.vc_custom_heading.antihero,
h2.antihero {
  font-family: 'Antihero', cursive !important;
}
