/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

/* open-sans-regular - latin */
/*
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/fonts/open-sans-v20-latin-regular.woff2') format('woff2'), 
       url('/fonts/open-sans-v20-latin-regular.woff') format('woff'); 
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('/fonts/open-sans-v20-latin-600.woff2') format('woff2'), 
       url('/fonts/open-sans-v20-latin-600.woff') format('woff'); 
}

@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/fonts/libre-baskerville-v9-latin-regular.woff2') format('woff2'),
       url('/fonts/libre-baskerville-v9-latin-regular.woff') format('woff');
}
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('/fonts/libre-baskerville-v9-latin-700.woff2') format('woff2'),
       url('/fonts/libre-baskerville-v9-latin-700.woff') format('woff');
}
*/