@font-face {
    font-family: 'Brother 1816';
    src: url("fonts/brother1816-regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Aptos Regular';
    src: url("fonts/Aptos.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Aptos SemiBold';
    src: url("fonts/Aptos-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Aptos SemiBoldIT';
    src: url("fonts/Aptos-SemiBold-Italic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
}
