/*
//  theme.css
//  Version: 1.0.0
//  Last updated: 29/7/2022
*/

:root {  
  --primary: #f4511a;
  --primary-dark: #b91400;
  --primary-light: #F6734B;

  --secondary: #fff;
  --secondary-dark: #B2B2B2;
  --secondary-light: #fff;
  --accent: #000;
  --accent-light: #6b0c00;
}