:root {
  --theme-color: #1a7f5a;
  --secondary-color: #f0a500;
  --font-family: 'Cairo', sans-serif;
}
body, * { font-family: var(--font-family); }
.btn, .btn-primary, .btn-secondary, button { border-radius: 8px; }
