/* Company website base styles - loaded via layout.js <link> to prevent FOUC */

/* Base loading styles */
@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Prevent layout shift — matches globals.css body background */
body {
  min-height: 100vh;
  background: #FAF9F6;
}
