:root {
  --color-primary:          #151515;
  --color-secondary:        #006dd4;
  --color-tertiary:         #fffbe1;
  --color-quaternary:       #fff7c6;
  --color-black:            #141414;
  --color-grey-extra-light: #f2f2f2;
  --color-grey-extra-dark:  hsl(0, 0%, 15%);  
  
  --color-border:           #ececec;
  --color-success:          #c2f9d9;
  --color-error:            #fdcfce;
 
  --color-aalto-brand-blue:   #46a5ff;
  --color-aalto-brand-red:    #fd6360;
  --color-aalto-brand-yellow: #f7e159;  
  
  --font-default: 'Inter', sans-serif;
}