@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap'); /*primary_font_url*/
:root {
    --primary-color: #003878;
    --accent-color: #7cb947;
    --navigation_font-family: "Overpass", sans-serif;
    --heading_font-family: "Overpass", sans-serif;
    --content_font-family: "Overpass", sans-serif;
    --h1_hero_font-weight: 700;
    --h2_hero_font-weight: 700;
    --h1_font-weight: 700;
    --h2_font-weight: 700;
    --card_h2_card-title_font-weight: 700;
    --footer_background: #003878;
    --footer_color: #fff;
    --footer_content_color: #fff;
    --footer_link_color: #fff;
    --footer_link_hover_color: #fff;
    --footer_h2_color: #fff;
    --footer_webring_p_color: #fff;
    --footer_webring_li_color: #fff;
}

/*###> custom ###*/
footer .widget a {
    border: 1px solid #fff !important;
    border-radius: 50px !important;
    color: #fff !important;
}
header .mobile .grid {
grid-template-columns: 1fr 1fr;
    gap: 30px;
}
header .mobile .site-nav {
    width: 100%;
    justify-content: space-between;
    justify-self: flex-end;
    gap: 30px;
}
/*###< custom ###*/
