/* AQUASMART SOLUTIONS - Custom Styles for PHP Views */
:root {
  --brand-navy: #0B1B3D;
  --brand-blue: #00A3E0;
  --brand-deep: #142C5E;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.font-display {
  font-family: system-ui, -apple-system, sans-serif;
  letter-spacing: -0.02em;
}
