
/* =========================== INTER ==============================================*/

 /*src: url("https://fonts.googleapis.com/css?family=Inter&display=swap"); */
  @font-face 
  {
    src: url("inter/Inter-VariableFont.ttf");
    font-family: Inter ,sans-serif;
    font-style: normal;
  }

  @font-face 
  {
    src: url("inter/Inter-Italic-VariableFont.ttf");
    font-family: Inter ,sans-serif;
    font-style: italic;
  }


/* =========================== CAVEAT ==============================================*/

@font-face 
{
  font-family: 'Caveat';
  src: url('caveat/CaveatVariableFont_wght.eot');
  src: url('caveat/CaveatVariableFont_wght.eot') format('embedded-opentype'),
       url('caveat/CaveatVariableFont_wght.woff2') format('woff2'),
       url('caveat/CaveatVariableFont_wght.woff') format('woff'),
       url('caveat/CaveatVariableFont_wght.ttf') format('truetype'),
       url('caveat/CaveatVariableFont_wght.svg#CaveatVariableFont_wght') format('svg');
}




/* =========================== GABARITO ==============================================*/



@font-face {

  src: url("gabarito/Gabarito-VariableFont_wght.ttf"); 

 
  font-family: 'Gabarito', 'sans-serif';
  font-style: normal;

}

/* ============================== JERSEY 15 ===========================================*/



@font-face {
  font-family: 'Jersey15';
  src: url("jersey/Jersey15-Regular.woff2") format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* =========================== POPPINS ==============================================*/

/*src: url("https://fonts.googleapis.com/css?family=Poppins");*/
  

  /*------------------ Thin -------------------*/
  @font-face {

    src: url("poppins/Poppins-Thin.ttf");
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
  }

  @font-face {

    src: url("poppins/Poppins-ThinItalic.ttf");
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 100;
  }


  /*------------------ Extra Light-------------------*/
  @font-face {

    src: url("poppins/Poppins-ExtraLight.ttf");
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
  }

  @font-face {

    src: url("poppins/Poppins-ExtraLightItalic.ttf");
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 200;
  }
  

  /*------------------ Light-------------------*/
  @font-face {

    src: url("poppins/Poppins-Light.ttf");
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
  }

  @font-face {

    src: url("poppins/Poppins-LightItalic.ttf");
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 300;
  }

  /*------------------ Regular -------------------*/
  @font-face {

    src: url("poppins/Poppins-Regular.ttf");
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
  }



    /*------------------ Medium -------------------*/
    @font-face {

      src: url("poppins/Poppins-Medium.ttf");
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 500;
    }
  
    @font-face {
  
      src: url("poppins/Poppins-MediumItalic.ttf");
      font-family: 'Poppins';
      font-style: italic;
      font-weight: 500;
    }

    /*------------------ Semi Bold -------------------*/
    @font-face {

      src: url("poppins/Poppins-SemiBold.ttf");
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 600;
    }
  
    @font-face {
  
      src: url("poppins/Poppins-SemiBoldItalic.ttf");
      font-family: 'Poppins';
      font-style: italic;
      font-weight: 600;
    }

     /*------------------ Bold -------------------*/
     @font-face {

      src: url("poppins/Poppins-Bold.ttf");
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 700;
    }
  
  

    /*------------------ Extra Bold -------------------*/
    @font-face {

      src: url("poppins/Poppins-ExtraBold.ttf");
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 800;
    }
  
    @font-face {
  
      src: url("poppins/Poppins-ExtraBoldItalic.ttf");
      font-family: 'Poppins';
      font-style: italic;
      font-weight: 800;
    }

      /*------------------ Black -------------------*/
      @font-face {

        src: url("poppins/Poppins-Black.ttf");
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 900;
      }
    
      @font-face {
    
        src: url("poppins/Poppins-BlackItalic.ttf");
        font-family: 'Poppins';
        font-style: italic;
        font-weight: 900;
      }



