/* Fonts */
:root {
    --default-font: "Work Sans", sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
    --background-color: #0d6eb8; /* Background color for the entire website, including individual sections */
    --secondary-color: #0091ff; /* Background color for the entire website, including individual sections */
    --default-color: #ffffff;
    --gray-color: #f0f0f0;
    --black-color: #212529; /* Default color used for the majority of the text content across the entire website */
}