/* Phase Tech shared site styles.
   Page-specific CSS is separated into home.css, portfolio.css, and government.css. */
:root {
  --navy: #07111f;
  --navy-2: #0b1b31;
  --navy2: #0d1b31;
  --blue: #39a7ff;
  --blue-dark: #0878c6;
  --orange: #ff8c00;
  --white: #ffffff;
  --light: #f4f7fb;
  --text: #1f2937;
  --dark-text: #172033;
  --muted: #6b7280;
  --border: rgba(255,255,255,0.12);
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}
