﻿:root {
    --primary-color: #005091;
    --secondary-color: #DA193B;
    --text-light: #ffffff;
    --text-dark: #333333;
}

body {
    background-color: var(--primary-color,red);
    color: var(--text-dark);
    font-family: 'Open Sans',sans-serif;
    margin:10px auto;
} 
