/*
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
*/

/* Normal */
@font-face {
  font-family: 'Euro';
  src: url('fonts/Eurostile/EuroStyleNormal.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: 'Euro';
  src: url('fonts/Eurostile/EurostileBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* Oblique */
@font-face {
  font-family: 'Euro';
  src: url('fonts/Eurostile/EurostileOblique.ttf') format('truetype');
  font-weight: 400;
  font-style: oblique;
}



