@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('/fonts/Grotesque/BasisGrotesquePro-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('/fonts/Grotesque/BasisGrotesquePro-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('/fonts/Grotesque/BasisGrotesquePro-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('/fonts/Grotesque/BasisGrotesquePro-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('/fonts/Grotesque/BasisGrotesquePro-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('/fonts/Grotesque/BasisGrotesquePro-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('/fonts/Grotesque/BasisGrotesquePro-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('/fonts/Grotesque/BasisGrotesquePro-BoldItalic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('/fonts/Grotesque/BasisGrotesquePro-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('/fonts/Grotesque/BasisGrotesquePro-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('/fonts/Grotesque/BasisGrotesquePro-Mono.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('/fonts/Grotesque/BasisGrotesquePro-OffWhite.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('/fonts/Grotesque/BasisGrotesquePro-OffWhiteItalic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

body, body *:not(.fa):not(.fas):not(.fad):not(.fal):not(.far):not(.ph) {
    font-family: 'Basis Grotesque Pro' !important;
	/* font-family: 'Basis Grotesque Pro', 'Helvetica', 'Arial', sans-serif !important; */
}