@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap'); /*primary_font_url*/
:root {
    --base-color: #82061c;
    --primary-color: #82061c;
    --secondary-color: #ff0000cc;
    --tertiary-color: #ffffff;
    --accent-color: #3e1b87;
    --heading_font-family: "Space Grotesk", sans-serif;
    --h1_hero_font-weight: 800;
    --h2_hero_font-weight: 700;
    --button_border-radius: 999px;
    --card_border-radius: 50px;
    --card_background: #EFC9CB;
}

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