/*
Theme Name:   IPG Theme 3.0
Description:  Built on Kadence Theme by KadenceWP
Author:       Site Design by Fusioncreative.com
Template:     kadence
Version:      1.0.0
*/

:root {
  /* IPG Typography */
  --ipg-font-serif-display:  'Freight Text';
  --ipg-font-serif-body:     'Merriweather';
}

@font-face {
  font-family: 'Freight Text';
  src: url('fonts/freight-text-light.woff2') format('woff2'),
       url('fonts/freight-text-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Freight Text';
  src: url('fonts/freight-text-light-italic.woff2') format('woff2'),
       url('fonts/freight-text-light-italic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Freight Text';
  src: url('fonts/freight-text-bold.woff2') format('woff2'),
       url('fonts/freight-text-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Freight Text';
  src: url('fonts/freight-text-bold-italic.woff2') format('woff2'),
       url('fonts/freight-text-bold-italic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Freight Text';
  src: url('fonts/freight-text-black.woff2') format('woff2'),
       url('fonts/freight-text-black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Freight Text', Georgia, serif;
}


body, p, li, blockquote {
  font-family: var(--ipg-font-serif-body);
}