/* frontend/public/styles.css */

body {
    font-family: 'Inter', 'Manrope', sans-serif;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  }
  
  h1 {
    font-weight: 700;
    color: #343a40;
  }
  
  .lead {
    color: #6c757d;
  }
  
  .spinner-border {
    width: 3rem;
    height: 3rem;
  }
  