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

	@font-face {
		font-family: 'Oddval';
		src: url('/wp-content/themes/salient/fonts/Oddval-SemiBold.woff2') format('woff2'),
			url('/wp-content/themes/salient/fonts/Oddval-SemiBold.woff') format('woff'),
			url('/wp-content/themes/salient/fonts/Oddval-SemiBold.ttf') format('truetype'),
			url('/wp-content/themes/salient/fonts/Oddval-SemiBold.svg#Oddval-SemiBold') format('svg');
		font-weight: 600;
		font-style: normal;
		font-display: swap;
	}

	@font-face {
		font-family: 'Oddval';
		src: url('/wp-content/themes/salient/fonts/Oddval-SemiBoldItalic.woff2') format('woff2'),
			url('/wp-content/themes/salient/fonts/Oddval-SemiBoldItalic.woff') format('woff'),
			url('/wp-content/themes/salient/fonts/Oddval-SemiBoldItalic.ttf') format('truetype'),
			url('/wp-content/themes/salient/fonts/Oddval-SemiBoldItalic.svg#Oddval-SemiBoldItalic') format('svg');
		font-weight: 600;
		font-style: italic;
		font-display: swap;
	}

	@font-face {
		font-family: 'Helvetica Neue';
		src: url('wp-content/themes/salient/fonts/HelveticaNeue-Bold.woff2') format('woff2'),
			url('wp-content/themes/salient/fonts/HelveticaNeue-Bold.woff') format('woff'),
			url('wp-content/themes/salient/fonts/HelveticaNeue-Bold.ttf') format('truetype'),
			url('wp-content/themes/salient/fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
		font-weight: bold;
		font-style: normal;
		font-display: swap;
	}

	@font-face {
		font-family: 'Helvetica Neue';
		src: url('wp-content/themes/salient/fonts/HelveticaNeue-Light.woff2') format('woff2'),
			url('wp-content/themes/salient/fonts/HelveticaNeue-Light.woff') format('woff'),
			url('wp-content/themes/salient/fonts/HelveticaNeue-Light.ttf') format('truetype'),
			url('wp-content/themes/salient/fonts/HelveticaNeue-Light.svg#HelveticaNeue-Light') format('svg');
		font-weight: 300;
		font-style: normal;
		font-display: swap;
	}

	@font-face {
		font-family: 'Helvetica Neue';
		src: url('wp-content/themes/salient/fonts/HelveticaNeue-Medium.woff2') format('woff2'),
			url('wp-content/themes/salient/fonts/HelveticaNeue-Medium.woff') format('woff'),
			url('wp-content/themes/salient/fonts/HelveticaNeue-Medium.ttf') format('truetype'),
			url('wp-content/themes/salient/fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium') format('svg');
		font-weight: 500;
		font-style: normal;
		font-display: swap;
	}

	@font-face {
		font-family: 'Helvetica Neue';
		src: url('wp-content/themes/salient/fonts/HelveticaNeue-UltraLight.woff2') format('woff2'),
			url('wp-content/themes/salient/fonts/HelveticaNeue-UltraLight.woff') format('woff'),
			url('wp-content/themes/salient/fonts/HelveticaNeue-UltraLight.ttf') format('truetype'),
			url('wp-content/themes/salient/fonts/HelveticaNeue-UltraLight.svg#HelveticaNeue-UltraLight') format('svg');
		font-weight: 100;
		font-style: normal;
		font-display: swap;
	}

