:root {
  --variant: #223657;
  --surfaceBackground: #ffffff;
  --primaryAccent: #eb8243;
  --secondaryAccentOpacity: #22365733;
  --primaryBtn: #eb8243;
  --primaryBtnHover: #f78d2c;
  --success: #008636;
  --error: #b10000;
  --base-font: 'Brandon';
}

html {
  background-color: #ffffff;
  color: #444444;
}
