/*
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
*/

@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/CenturyGothic-Bold.eot');
    src: url('fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/CenturyGothic-Bold.woff2') format('woff2'),
         url('fonts/CenturyGothic-Bold.woff') format('woff'),
         url('fonts/CenturyGothic-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/CenturyGothic.eot');
    src: url('fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
         url('fonts/CenturyGothic.woff2') format('woff2'),
         url('fonts/CenturyGothic.woff') format('woff'),
         url('fonts/CenturyGothic.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Century Gothic', sans-serif !important;
}
body {
  font-family: 'Century Gothic', 'Helvetica Neue'!important;
}
#logo,
#logo span {
    font-family: 'Century Gothic', sans-serif !important;
}

#header-outer,
#header-outer nav,
#header-outer .menu-title-text {
    font-family: 'Century Gothic', sans-serif !important;
}
a{
	 font-family: 'Century Gothic', sans-serif !important;
}
ul{
	 font-family: 'Century Gothic', sans-serif !important;
}
li{
	 font-family: 'Century Gothic', sans-serif !important;
}



