/*
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
*/

/* INTERSTATE FONT */
@font-face {
  font-family: "InterstateThin";
  src: url("/wp-content/themes/salient-child/fonts/interstate/fonnts.com-Interstate_Thin.otf")
    format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "InterstateLight";
  src: url("/wp-content/themes/salient-child/fonts/interstate/fonnts.com-Interstate_Light.otf")
    format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "InterstateRegular";
  src: url("/wp-content/themes/salient-child/fonts/interstate/fonnts.com-Interstate.otf")
    format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "InterstateBold";
  src: url("/wp-content/themes/salient-child/fonts/interstate/fonnts.com-Interstate_Bold.otf")
    format("opentype");
  font-weight: 600;
  font-style: normal;
}

/* GEOMETRIA FONT */

@font-face {
  font-family: "GeometriaLight";
  src: url("/wp-content/themes/salient-child/fonts/geometria/Geometria-Light.ttf")
    format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "GeometriaRegular";
  src: url("/wp-content/themes/salient-child/fonts/geometria/Geometria-Regular.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "GeometriaMedium";
  src: url("/wp-content/themes/salient-child/fonts/geometria/Geometria-Medium.ttf")
    format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "GeometriaBold";
  src: url("/wp-content/themes/salient-child/fonts/geometria/Geometria-Bold.ttf")
    format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* OTHER FONT CSS */
body,
* {
  font-family: "InterstateLight", Sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
h6 * {
  font-family: "GeometriaRegular", Sans-serif;
}
