







:root {
    --title-font-family: "Questrial", sans-serif !important;
    --body-font-family: "Montserrat", sans-serif !important;
} 
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1.2em;
    font-weight: normal;
    /* line-height: 1.5; */
    color: #212529;
    text-align: left;
    background-color: #fff;
}