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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ENVRIFont', sans-serif !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-logo-eosc:before {
    content: "\0041";
}
.icon-logo-eosc {
    font-size: 23px;
}

/* Font as per ENVRI-StyleGuide2023v1.pdf */
@font-face {
    font-family: 'Inter Tight Light';
    src: url('../fonts/InterTight-VariableFont_wght.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap; 
}
@font-face {
    font-family: 'Inter Tight Regular';
    src: url('../fonts/InterTight-VariableFont_wght.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap; 
}
@font-face {
    font-family: 'Inter Tight SemiBold';
    src: url('../fonts/InterTight-VariableFont_wght.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap; 
}
@font-face {
    font-family: 'Inter Tight Bold';
    src: url('../fonts/InterTight-VariableFont_wght.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap; 
}
@font-face {
    font-family: 'Inter Tight ExtraBold';
    src: url('../fonts/InterTight-VariableFont_wght.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap; 
}

/* -- Previous definition, new structure is more similar to Envrinnov
/*@font-face {*/
/*    !* Font for paragraphs, as per ENVRI-StyleGuide2023v1.pdf *!*/
/*    font-family: 'Inter Tight Light';*/
/*    src: url('InterTight-VariableFont_wght.ttf') format('truetype');*/
/*    font-weight: 300;*/
/*    font-style: normal;*/
/*    font-display: block; !* maybe swap is better, since the font is 0.5MB *!*/
/*}*/
/*@font-face {*/
/*    !* Font for smaller headings, as per ENVRI-StyleGuide2023v1.pdf *!*/
/*    font-family: 'Inter Tight SemiBold';*/
/*    src: url('InterTight-VariableFont_wght.ttf') format('truetype');*/
/*    font-weight: 600;*/
/*    font-style: normal;*/
/*    font-display: block; !* maybe swap is better, since the font is 0.5MB *!*/
/*}*/
/*@font-face {*/
/*    !* Font for large headings, as per ENVRI-StyleGuide2023v1.pdf *!*/
/*    font-family: 'Inter Tight ExtraBold';*/
/*    src: url('InterTight-VariableFont_wght.ttf') format('truetype');*/
/*    font-weight: 800;*/
/*    font-style: normal;*/
/*    font-display: block; !* maybe swap is better, since the font is 0.5MB *!*/
/*}*/