@import url("../../assets/css/style.css");

/* ========== Red Theme ========== */
:root {
  --primary: #dc2626;
  --primary-dark: #b91c1c;
}

.hero {
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
}
