@font-face {
    font-family: 'Superline';
    font-weight: 100 900; /* Adjust weight as needed */
    font-display: swap;
    font-style: normal;
    font-variant-ligatures: none;
    src: url("Superline-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'Superline';
    font-weight: 100 900; /* Adjust weight as needed */
    font-display: swap;
    font-style: italic;
    font-variant-ligatures: none;
    src: url("Superline-Italic.ttf") format("truetype");
}