@font-face {
    font-family: 'SFBold';
    src: url('/fonts/SFBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SFRegular';
    src: url('/fonts/SFRegular.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SFMedium';
    src: url('/fonts/SFMedium.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}