
:root {
    --primary-color: #007db9;
    --secondary-color: #00bcf1;
    --tertiary-color: #4d4d4d;
    --quaternary-color: #9cba27;
    --background-color: #e8e8e8;
    --white-color: #ffffff;
    --red-color: #ec1c24;
    --font-heading: "adelle", serif;
    --font-body: "jaf-bernina-sans", sans-serif;
}
