:root {
    --primary-color: #0761bb;
    --secondary-color: #040c7c;

    /* You can create other theme variables based on the primary ones */
    --header-bg: var(--primary-color);
    --header-text-color: #ffffff;
    --link-color: var(--secondary-color);
    --link-hover-color: var(--primary-color);
    --button-bg-color: var(--secondary-color);
}