.font-header, h1, h3, h4, h5, h6, .h1, .h3, .h4, .h5, .h6 {
    font-family: "Protest Guerrilla", sans-serif;
    font-weight: 400;
    font-style: normal;
}


.font-body, body {
    font-family: "Google Sans Flex", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
            "slnt" 0,
            "wdth" 100,
            "GRAD" 0,
            "ROND" 0;
}

html, body {
  scrollbar-width: thin;
  scrollbar-color: #0b6536 #f4f7f5;
}
