/**
 * @FILE : Fonts
 * 
 * Setup all Naturactive Fonts.
 *
 */

/**
 * EB Garammond
 */

 @font-face {
     font-family: 'EBGaramond';
     font-style: normal;
     font-weight: 500;
     src: local(''),
       url('/sites/default/themes/custom/naturactive/fonts/eb-garamond-v19-latin-500.woff2') format('woff2'),
       url('/sites/default/themes/custom/naturactive/fonts/eb-garamond-v19-latin-500.woff') format('woff');
       font-display: swap;
   }
   @font-face {
     font-family: 'EBGaramond';
     font-style: italic;
     font-weight: 500;
     src: local(''),
       url('/sites/default/themes/custom/naturactive/fonts/eb-garamond-v19-latin-500italic.woff2') format('woff2'),
       url('/sites/default/themes/custom/naturactive/fonts/eb-garamond-v19-latin-500italic.woff') format('woff');
       font-display: swap;
   }
   
   /**
    * Rebond Grotesque
    */
   
   @font-face {
     font-family: 'Rebond Grotesque';
     src: local('Rebond Grotesque'), url('/sites/default/themes/custom/naturactive/fonts/rebond-light-webfont.woff2') format('woff2'),
           url('/sites/default/themes/custom/naturactive/fonts/rebond-light-webfont.woff') format('woff');
     font-weight: 300;
     font-style: normal;
     font-display: swap;
   }
   @font-face {
     font-family: 'Rebond Grotesque';
     src: local('Rebond Grotesque'), url('/sites/default/themes/custom/naturactive/fonts/rebond-medium-webfont.woff2') format('woff2'),
           url('/sites/default/themes/custom/naturactive/fonts/rebond-medium-webfont.woff') format('woff');
     font-weight: 500;
     font-style: normal;
     font-display: swap;
   }
   @font-face {
     font-family: 'Rebond Grotesque';
     src: local('Rebond Grotesque'), url('/sites/default/themes/custom/naturactive/fonts/rebond-semibold-webfont.woff2') format('woff2'),
           url('/sites/default/themes/custom/naturactive/fonts/rebond-semibold-webfont.woff') format('woff');
     font-weight: 600;
     font-style: normal;
     font-display: swap;
   }
   