@font-face{
  font-family: 'Ancizar';
  src: url("/AncizarSerif-VariableFont_wght.ttf");
}
@font-face {
  font-family: Gabarito;
  src: url(Gabarito-VariableFont_wght.ttf);
}
:root {
  --color-primary-dark:hsl(0, 0%, 8%); 
  --color-primary-white:rgb(230, 230, 230); 
}
*,
*::before,
*::after{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body{
    line-height: 1.6;
    font-size: 1.1rem;
    background: #f5f1e5;
    font-family: 'Gabarito';

}

button,
input{
    font-family: Gabarito;
}
ul, ol{
    margin-block: 0.5rem;
    padding-left: 2rem;
}
li > ul {
  margin-block: 0rem;
}


hr{
    margin-block: 0.75rem;
}
.main-wrapper {
    grid-template-columns: 1fr minmax(0, 600px) 1fr;
    margin: auto;
    max-width: 620px;

}

.main-content{
    background: whitesmoke;
    padding: 1rem;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;

}


.sr-only:not(:focus):not(:active) {
	border: 0;
	clip: rect(0 0 0 0); 
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap; 
	width: 1px;
}
