@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'Poppins-Regular';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'), 
       url('../fonts/Poppins-Regular.woff') format('woff'), 
       url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy ExtraBold';
  src: url('../fonts/gilroy-extrabold-webfont.woff2') format('woff2'), 
       url('../fonts/gilroy-extrabold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
