<style>
@font-face {
font-family: "Neutraface Condensed Thin";
src: url('${await FileAttachment("Neutraface Condensed Thin.woff2").url()}');
}
@font-face {
font-family: "Neutraface Text Light";
src: url('${await FileAttachment("Neutraface Text Light.woff2").url()}');
}
@font-face {
font-family: "Neutraface Text Book";
src: url('${await FileAttachment("Neutraface Text Book.woff2").url()}');
}
@font-face {
font-family: "Neutraface Text Bold";
src: url('${await FileAttachment("NeutrafaceText-Bold.woff2").url()}');
}
@font-face {
font-family: "Neutraface Display Thin";
src: url('${await FileAttachment("Neutraface Display Thin.woff2").url()}');
}
@font-face {
font-family: "Neutraface Display Titling";
src: url('${await FileAttachment("Neutraface Display Titling.woff2").url()}');
}
</style>