
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=block');
html{
    font-family: "Inter", sans-serif;
    --mainColor: #062F87;
    --mainColorLight: #1c56d3;
    --fontColor: rgb(36, 36, 36);
    color: var(--fontColor);
}
.section_title{
    font-size: 1.8em;
    margin: 0;
    margin-bottom: 40px;
    text-align: center;
}
.section_subtitle{
    color: #999999;
    margin: 0;
    margin-bottom: 10px;
    text-align: center;
    font-size: 1em;
}
