@font-face {
    font-family: interfaceFont;
    src: url(../fontes/SFUIDisplay-Thin.otf);
    font-weight: 200;
}

@font-face {
    font-family: interfaceFont;
    src: url(../fontes/SFUIDisplay-Regular.otf);
    font-weight: 300;
}

@font-face {
    font-family: interfaceFont;
    src: url(../fontes/SFUIDisplay-Medium.otf);
    font-weight: 400;
}

@font-face {
    font-family: interfaceFont;
    src: url(../fontes/SFUIDisplay-Bold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: interfaceFont;
    src: url(../fontes/SFUIDisplay-Heavy.otf);
    font-weight: 800;
}
