* {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500; /* 300 ate 800, 400 padrão */
    font-style: normal;
}

.bevan-regular {
    font-family: "Bevan", serif;
    font-size: 1.2rem;
    font-weight: 400;
    font-style: normal;
}

.bevan-regular-italic {
    font-family: "Bevan", serif;
    font-weight: 400;
    font-style: italic;
}

.material-symbols-outlined {
    font-variation-settings:
    'FILL' 1, /* 0 para contorno, 1 para preenchido */
    'wght' 400, /* Peso da fonte do ícone (300, 400, 500, 700 etc.) */
    'GRAD' 0,
    'opsz' 24; /* Tamanho óptico, ajuste conforme necessário (20, 24, 40, 48) */
    vertical-align: middle; /* Alinha melhor os ícones com o texto */
}

html,
body {
    height: 100%;
}

a {
    text-decoration: none;
}

a:link, a:active, a:visited {
    color: inherit;
}

.clickable {
    cursor: pointer;
}

.blocked {
    pointer-events: none;
    touch-action: none;
}

.logo {
	width: 230px;
}

#loading_container {
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	width: 100%;
    height: 100%;
	background-color: rgba(0,0,0,0.78);
    z-index: 2147483647;
}

#loading {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
}
