/* Poppins Font */
@font-face {
     font-family: 'Poppins';
     src: url(gf/Poppins/Poppins-Thin.woff) format('woff'),
          url(gf/Poppins/Poppins-Thin.woff2) format('woff2');
     font-weight: 100;
     font-style: normal;
     font-display: swap;
     -webkit-font-smoothing: antialiased;
}

@font-face {
     font-family: 'Poppins';
     src: url(gf/Poppins/Poppins-Light.woff) format('woff'),
          url(gf/Poppins/Poppins-Light.woff2) format('woff2');
     font-weight: 300;
     font-style: normal;
     font-display: swap;
     -webkit-font-smoothing: antialiased;
}

@font-face {
     font-family: 'Poppins';
     src: url(gf/Poppins/Poppins-Regular.woff) format('woff'),
          url(gf/Poppins/Poppins-Regular.woff2) format('woff2');
     font-weight: 400;
     font-style: normal;
     font-display: swap;
     -webkit-font-smoothing: antialiased;
}

@font-face {
     font-family: 'Poppins';
     src: url(gf/Poppins/Poppins-Medium.woff) format('woff'),
          url(gf/Poppins/Poppins-Medium.woff2) format('woff2');
     font-weight: 500;
     font-style: normal;
     font-display: swap;
     -webkit-font-smoothing: antialiased;
}

@font-face {
     font-family: 'Poppins';
     src: url(gf/Poppins/Poppins-Bold.woff) format('woff'),
          url(gf/Poppins/Poppins-Bold.woff2) format('woff2');
     font-weight: 700;
     font-style: normal;
     font-display: swap;
     -webkit-font-smoothing: antialiased;
}

@font-face {
     font-family: 'Poppins';
     src: url(gf/Poppins/Poppins-Black.woff) format('woff'),
          url(gf/Poppins/Poppins-Black.woff2) format('woff2');
     font-weight: 900;
     font-style: normal;
     font-display: swap;
     -webkit-font-smoothing: antialiased;
}