@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@600&display=swap'); /*primary_font_url*/
:root {
    --base-color: #3cbace;
    --primary-color: #3cbace;
    --secondary-color: #e73362;
    --accent-color: #ffcd57;
    --heading_font-family: "Roboto Condensed", sans-serif;
    --footer_background: #3cbace;
    --footer_color: #fff;
    --footer_content_color: #fff;
    --footer_link_color: #fff;
    --footer_link_hover_color: #e73362;
    --footer_webring_background: #e73362;
}

/*###> custom ###*/
.site-logo img { min-height: 65px !important; }
/*###< custom ###*/