@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Light'), local('Montserrat-Light'), url('Montserrat-Light.otf') format('otf'), url('Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat'), local('Montserrat-Regular'), url('Montserrat-Regular.otf') format('otf'),  url('Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url('Montserrat-Bold.otf') format('otf'),  url('Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Black'), local('Montserrat-Black'), url('Montserrat-Black.otf') format('otf'), url('Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'PFDinTextCompPro';
    src: local('PFDinTextCompPro-Regular'), local('PFDinTextCompPro-Regular'), url('PFDinTextCompPro-Regular.ttf') format('ttf'), url('PFDinTextCompPro-Regular.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}


