/* Light Theme */
:root {
  --system-primary: #da281b;
  --hover-system-primary: #a51d14;
  --pressed-system-primary: #841710;
  --hover-primary-surface: #FAEBEA;
  --label-text-button: #b31f16;
  --hover-label: #c6221a;
}

/* Dark Theme */
html[data-theme="dark"] {
  --system-primary: #da281b;
  --hover-system-primary: #a51d14;
  --pressed-system-primary: #841710;
  --hover-primary-surface: #303545;
  --label-text-button: #b31f16;
  --hover-label: #c6221a;
}
