@font-face {
    font-family: 'Public Sans';
    src: url('/font/PublicSans.ttf') format('truetype-variations');
    font-weight: 100 900; /* Specify the variable weight range */
    font-stretch: 50% 200%; /* Optional: specify width range if applicable */
    font-style: normal; /* Adjust as needed */
}


@font-face {
    font-family: 'Public Sans Italic';
    src: url('/font/PublicSans-Italic.ttf') format('truetype-variations');
    font-weight: 100 900; /* Specify the variable weight range */
    font-stretch: 50% 200%; /* Optional: specify width range if applicable */
    font-style: italic; /* Adjust as needed */
}
