body
{
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight: 400;
    background-color: #dadada;
    /*color: #ffffff;*/
}

.fixed-bottom-right {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}

.btn-square-icon {
    font-size: 1.8rem;
    --bs-btn-padding-x: 0.8rem;
    --bs-btn-padding-y: 0.3rem;
}