@font-face {
    font-family: 'Basis Grotesque Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Basis Grotesque Pro'),
    url('../fonts/basic-grotesque/BasisGrotesquePro-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Basis Grotesque Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Basis Grotesque Pro'), 
    url('../fonts/basic-grotesque/BasisGrotesquePro-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Basis Grotesque Pro Light';
    font-style: normal;
    font-weight: 300;
    src: local('Basis Grotesque Pro Light'), 
    url('../fonts/basic-grotesque/BasisGrotesquePro-Light.woff') format('woff');
}


