@font-face {
    font-family: 'Light';
    src: url('../fonts/nunito/NunitoSans-Light.woff2'), url('../fonts/nunito/NunitoSans-Light.woff');
    font-weight:300;
    font-display:swap;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Regular';
    src: url('../fonts/nunito/NunitoSans-Regular.woff2'), url('../fonts/nunito/NunitoSans-Regular.woff');
    font-weight:400;
    font-display:swap;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Medium';
    src: url('../fonts/nunito/NunitoSans-Medium.woff2'), url('../fonts/nunito/NunitoSans-Medium.woff');
    font-weight:500;
    font-display:swap;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'SemiBold';
    src: url('../fonts/nunito/NunitoSans-SemiBold.woff2'), url('../fonts/nunito/NunitoSans-SemiBold.woff');
    font-weight:700;
    font-display:swap;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Bold';
    src: url('../fonts/nunito/NunitoSans-Bold.woff2'), url('../fonts/nunito/NunitoSans-Bold.woff');
    font-weight:800;
    font-display:swap;
    font-style: normal;
  }