@font-face {
    font-family: 'PublicSans';
    src: url('../fonts/PublicSans-VariableFont_wght.ttf');
}

@font-face {
    font-family: 'PublicSans-Ita';
    src: url('../fonts/PublicSans-Italic-VariableFont_wght.ttf');
}

@font-face {
    font-family: 'SourceSerif4';
    src: url('../fonts/SourceSerif4_18pt-Regular.ttf');
	font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'SourceSerif4-Ita';
    src: url('../fonts/SourceSerif4_18pt-Italic.ttf');
	font-weight: normal;
    font-style: italic;
    font-stretch: normal;
}
@font-face {
    font-family: 'SourceSerif4-BoldIta';
    src: url('../fonts/SourceSerif4_18pt-BoldItalic.ttf');
	font-weight: 700;
    font-style: italic;
    font-stretch: normal;
}
@font-face {
    font-family: 'SourceSerif4-Bold';
    src: url('../fonts/SourceSerif4_18pt-Bold.ttf');
	font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}
