@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&family=Roboto:wght@300&display=swap');
.header{
	background: #000;
	color: #fff;
	padding: 10px;
	font-weight: 700;
	font-size: 20px;
}

.questions-item{
    border: 2px solid #ddd;
    border-radius: .6rem;
    padding: 15px;
    margin-bottom: 10px;
}

.list{
    padding: 7px;
    border-bottom: 1px solid #ddd;
    background: #1b6d85;
    color: #fff;
    font-family: Poppins;
    font-weight: 600;
}

.list-answers{
    padding: 10px;
    border-bottom: 1px solid #ddd;
    font-family: Poppins;
    font-weight: 300;
}

.roboto{
    font-family: Roboto !important;
    line-height: 1;
}

.poppins{
    font-family: Poppins !important;
    line-height: 1.4;
}

.font-w-200{
    font-weight: 200 !important;
}

.font-w-300{
    font-weight: 300 !important;
}

.font-w-400{
    font-weight: 400 !important;
}

.font-w-500{
    font-weight: 500 !important;
}

.font-w-600{
    font-weight: 600 !important;
}