:root {
    --primary-color: #4154F1;  /* represent the brand. main color */
    --secondary-color: #012970; /* support or compliment to main color */
    --neutral-color: #F0F5FC; /* background color */

    --font-primary: 'Roboto';
    --font-secondary: 'Roboto'; 
    --font-accent: 'Roboto'; 
}