/* LIGHT 300 */
@font-face {
  font-family: 'DDC Heading Font Face';
  src: url('/static/sites/c/customwork/fonts/Poppins/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: light;
}
@font-face {
  font-family: 'DDC Heading Font Face';
  src: url('/static/sites/c/customwork/fonts/Poppins/Poppins-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
}


/* REGULAR 400 */
@font-face {
  font-family: 'DDC Heading Font Face';
  src: url('/static/sites/c/customwork/fonts/Poppins/Poppins-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'DDC Heading Font Face';
  src: url('/static/sites/c/customwork/fonts/Poppins/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

/* BOLD 700 */
@font-face {
  font-family: 'DDC Heading Font Face';
  src: url('/static/sites/c/customwork/fonts/Poppins/Poppins-SemiBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'DDC Heading Font Face';
  src: url('/static/sites/c/customwork/fonts/Poppins/Poppins-SemiBoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
}

/* BOLD 800 */
@font-face {
  font-family: 'DDC Heading Font Face';
  src: url('/static/sites/c/customwork/fonts/Poppins/Poppins-SemiBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'DDC Heading Font Face';
  src: url('/static/sites/c/customwork/fonts/Poppins/Poppins-SemiBoldItalic.woff2') format('woff2');
  font-weight: 800;
  font-style: italic;
}

/* BOLD 900 */
@font-face {
  font-family: 'DDC Heading Font Face';
  src: url('/static/sites/c/customwork/fonts/Poppins/Poppins-SemiBold.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'DDC Heading Font Face';
  src: url('/static/sites/c/customwork/fonts/Poppins/Poppins-SemiBoldItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
}


/* SUB HEADING */
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@1,400;1,700&display=swap');
