/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/poppins/Poppins-Regular.woff2') format('woff2'),
       url('fonts/poppins/Poppins-Regular.woff') format('woff');
}

/* poppins-regular-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/poppins/Poppins-Italic.woff2') format('woff2'),
       url('fonts/poppins/Poppins-Italic.woff') format('woff');
}

/* poppins-semibold - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/poppins/Poppins-SemiBold.woff2') format('woff2'),
       url('fonts/poppins/Poppins-SemiBold.woff') format('woff');
}

/* poppins-semibold-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  src: url('fonts/poppins/Poppins-SemiBoldItalic.woff2') format('woff2'),
       url('fonts/poppins/Poppins-SemiBoldItalic.woff') format('woff');
}

/* poppins-bold - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/poppins/Poppins-Bold.woff2') format('woff2'),
       url('fonts/poppins/Poppins-Bold.woff') format('woff');
}

/* poppins-bold-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/poppins/Poppins-BoldItalic.woff2') format('woff2'),
       url('fonts/poppins/Poppins-BoldItalic.woff') format('woff');
}

/* open sans - latin */

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open-Sans';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/open-sans/OpenSans-Regular.woff2") format("woff2"), url("fonts/open-sans/OpenSans-Regular.woff") format("woff");
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open-Sans';
  font-style: italic;
  font-weight: 400;
  src: url("fonts/open-sans/OpenSans-Italic.woff2") format("woff2"), url("fonts/open-sans/OpenSans-Italic.woff") format("woff");
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open-Sans';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/open-sans/OpenSans-Light.woff2") format("woff2"), url("fonts/open-sans/OpenSans-Light.woff") format("woff");
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open-Sans';  
  font-style: normal;
  font-weight: 600;
  src: url("fonts/open-sans/OpenSans-SemiBold.woff2") format("woff2"), url("fonts/open-sans/OpenSans-SemiBold.woff") format("woff");
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open-Sans';  
  font-style: normal;
  font-weight: 700;
  src: url("fonts/open-sans/OpenSans-Bold.woff2") format("woff2"), url("fonts/open-sans/OpenSans-Bold.woff") format("woff");
}