/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
@font-face {
	font-family: "Super Grotesk";
	font-weight: bold;
	src: url("./sgm.woff") format("woff");
}
@font-face {
  font-family: 'Open Sans';
  src: url('./open_sans.woff2') format('woff2-variations');
	font-weight: 400 900;
	font-display: swap;
}

:root {
    --font-heading: "Super Grotesk";
    --font-primary: "Open Sans",Corbel,"Lucida Grande","Lucida Sans Unicode","Lucida Sans","DejaVu Sans","Bitstream Vera Sans","Liberation Sans",Verdana,"Verdana Ref",sans-serif !important;
}

body {
    font-family: var(--font-primary);
}

.group-title, .survey-name {
    font-family: var(--font-heading);
    font-size: 4rem;
}

.ls-privacy-head {
    font-family: var(--font-heading);
}

.question-title-container { 
    background-color: black !important;
}

.btn-primary {
    background-color: black;
}

.ls-questionhelp {
    display:none;
}



