@font-face {
    font-family: 'Inter Regular';
    font-weight: 100;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Regular';
    src: url("MTNBrighterSans-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'Inter Bold';
    font-weight: 900;
    font-display: swap;
    font-style: bold;
    font-named-instance: 'Bold';
    src: url("MTNBrighterSans-Bold.ttf") format("truetype");
}
