@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/sfpro/SF-Pro-Text-Regular.otf);
    font-weight: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/sfpro/SF-Pro-Text-Light.otf);
    font-weight: 300;
}

@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/sfpro/SF-Pro-Text-Thin.otf);
    font-weight: 200;
}

@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/sfpro/SF-Pro-Text-Medium.otf);
    font-weight: 500;
}

@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/sfpro/SF-Pro-Text-Semibold.otf);
    font-weight: 600;
}

@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/sfpro/SF-Pro-Text-Bold.otf);
    font-weight: 700;
}

@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/sfpro/SF-Pro-Text-Black.otf);
    font-weight: 800;
}