/* You can add your custom css here.*/
@font-face {
    font-family: 'TTFirsNeue';
    src: url('../fonts/TTFirsNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body, 
.sd-root-modern, 
.sv-string-viewer, 
.sd-element__content, 
.sd-question__content, 
input, 
.sv-list__item-body, 
.sv-string-viewer--multiline, 
.sd-element__num,
.sd-html p {
    font-family: 'TTFirsNeue', sans-serif !important;
    color: #0C0922;
}

h3.sd-title span {
    text-align: center;
	color: #FFFFFF !important;
}

.sd-question {
    border-radius: 40px;
}

.sd-question input {
    border-radius: 40px;
}

.sd-btn {
    border-radius: 40px;
}

#sq_107addPanel {
    background: #3314F1;
    border: 1px solid #3314F1;
}
#sq_107addPanel span {
    color: white;
}

#sq_107addPanel:hover {
    background: white;
}

#sq_107addPanel:hover span {
    color:#3314F1;
}