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

@font-face {
    font-family: 'Brandon Grotesque';
    font-style: normal;
    font-weight: 400;
    src: url('./BrandonGrotesque-Regular.otf') format('opentype');; 
}


@font-face {
    font-family: 'Brandon Grotesque';
    font-style: normal;
    font-weight: 700;
    src: url('./BrandonGrotesque-Medium.otf') format('opentype');; 
}


@font-face {
    font-family: 'Brandon Grotesque';
    font-style: normal;
    font-weight: 800;
    src: url('./BrandonGrotesque-Bold.otf') format('opentype');; 
}

.SurveyPage-container * {
    font-family: 'Brandon Grotesque', sans-serif !important;
}

/*.SurveyPage-container div {
    overflow:  hidden !important;
}*/