@font-face {
    font-family: 'gotham-ssm';
    src: url('../fonts/GothamSSm-Bold.otf');
    src: local('gotham-ssm'), url('../fonts/GothamSSm-Bold.otf') format('otf'), url('../fonts/GothamSSm-Bold.otf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'gotham-ssm';
    src: url('../fonts/GothamSSm-Medium.otf');
    src: local('gotham-ssm'), url('../fonts/GothamSSm-Medium.otf') format('otf'), url('../fonts/GothamSSm-Medium.otf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'gotham-ssm';
    src: url('../fonts/GothamSSm-Light.otf');
    src: local('gotham-ssm'), url('../fonts/GothamSSm-Light.otf') format('otf'), url('../fonts/GothamSSm-Light.otf') format('truetype');
    font-weight: 300;
}

body{
    font-family: 'gotham-ssm' !important;
}