@import url('https://fonts.googleapis.com/css2?family=Exile&display=swap'); /*primary_font_url*/
:root {
    --base-color: #d0e03b;
    --primary-color: #a2de15;
    --secondary-color: #2a6fe6;
    --tertiary-color: #e8e8e8;
    --accent-color: #d41665;
    --heading_font-family: "Exile", system-ui;
}