@font-face {
    font-family: 'SF Pro Display', sans-serif;
    src: url('SF-Pro-Display-Regular.otf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'SF Pro Display', sans-serif;
    src: url('SF-Pro-Display-Medium.otf') format('opentype');
    font-weight: 500;
}

@font-face {
    font-family: 'SF Pro Display', sans-serif;
    src: url('SF-Pro-Display-Bold.otf') format('opentype');
    font-weight: 700;
}

/*@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url('../fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
}*/