@font-face {
    font-family: 'Sofia Sans';
    src: url('../fonts/SofiaSans-VariableFont_wght.ttf');
}

*, html {
    font-family: "Sofia Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

:root {
    --color1: #F17E3F;
    --color2: #243168;
    --color3: #E4E4E4;
}

a:hover, button:hover {
    cursor: pointer;
    text-decoration: underline;
}

a, button {
    text-decoration: none;
    color: inherit;
}
.section_content {
    justify-content: space-between;
}