:root {
  --color-primary: #ED3237;
  --color-primary-dark: #c60b10;
  --color-primary-light: #ff989d;
  --color-primary-rgb: 237, 50, 55;
  --color-secondary: #a80006;
  --color-secondary-dark: #810000;
  --color-buttons: #ED3237;
  --color-buttons-dark: #c60b10;
  --color-text: #23252a;
}
