@font-face {
    font-family: 'SF-Pro-Light';
    src: url('../ttf/sf-pro.ttf');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'SF-Pro-Regular';
    src: url('../ttf/sf-pro-display-regular.ttf');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'SF-Pro-Text-Black';
    src: url('../ttf/sf-pro-text-black.ttf');
    font-weight: 900;
    font-style: normal;
}