/* FreeSoft.cc custom styles */
:root {
  --brand-900: #1e1b4b;
  --brand-600: #4338ca;
  --electric-500: #3b82f6;
}

body { font-family: 'Inter', sans-serif; }
h1, h2, h3, h4, h5, h6 { font-family: 'Space Grotesk', sans-serif; }
img { max-width: 100%; height: auto; }
.font-mono-sm { font-family: 'JetBrains Mono', 'Courier New', monospace; font-size: 0.875rem; }

/* Smooth scroll */
html { scroll-behavior: smooth; }

/* Focus styles */
a:focus-visible { outline: 2px solid #3b82f6; outline-offset: 2px; }

/* Hero image overlay */
.hero-overlay { background: linear-gradient(135deg, rgba(30,27,75,0.85) 0%, rgba(67,56,202,0.7) 100%); }
