/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: ThemeNectar
Author URI: http: //mysite.com/
Template: salient
Version: 14.0.5 
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700&display=swap');

@font-face {
font-family: 'luloone_bold';
src: url('custom_font/luloonebold-webfont.woff2') format('woff2'), url('custom_font/luloonebold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'lulo_cleanone';
src: url('custom_font/lulocleanone-webfont.woff2') format('woff2'), url('custom_font/lulocleanone-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'lulo_cleanone_bold';
src: url('custom_font/lulocleanonebold-webfont.woff2') format('woff2'), url('custom_font/lulocleanonebold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}



/*Effector*/
@import url('https://use.typekit.net/mxi0hnl.css');

@font-face {
  font-family: 'TAYWalkout';
  src:
    url('custom_font/TAYWalkout.woff2') format('woff2'),
    url('custom_font/TAYWalkout.woff') format('woff'),
    url('custom_font/TAYWalkout.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


:root {
	--yellow: #FAA71A;
	--navy: #19394A;
	--green: #456747; 
	--blue: #2D7DA3;
	--turquoise: #36afb2;
	--teal: #028378;
	--white: #fff;
	--gray: #eee;
	--lulo-font: "lulo-one", sans-serif;
	--walkout-font: "TAYWalkout",sans-serif;
	--open-sans: "Open Sans", sans-serif;
}
