/* 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; 
}
