@font-face {
    font-family: 'UntitledSans';
    src: url('UntitledSans-Regular.otf') format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'UntitledSans';
    src: url('UntitledSans-Medium.otf') format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'UntitledSans';
    src: url('UntitledSans-Bold.otf') format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'UntitledSans';
    src: url('UntitledSans-Black.otf') format("opentype");
    font-weight: 800;
    font-style: normal;
}