:root {
    --primary: #FF6600;   /* orange */
    --secondary: #1F497D; /* blue */
    --grey: #7F7F7F;      /* grey */
    --black: #010101;     /* black */
    --white: #FFFFFF;     /* white */
    --text-dark: #263a4f; /* dark text color */
    --text-light: #8d9aa8; /* light text color */
}