/*
DetecFit Brand Typography: New Science
Note: This is a placeholder. To fully implement:
1. License New Science font from a foundry
2. Add font files to public/fonts/
3. Update @font-face below with actual file paths

For now, the app will fall back to system fonts.
*/

/*
@font-face {
  font-family: 'New Science';
  src: url('/fonts/NewScience-Bold.woff2') format('woff2'),
       url('/fonts/NewScience-Bold.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'New Science';
  src: url('/fonts/NewScience-Medium.woff2') format('woff2'),
       url('/fonts/NewScience-Medium.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'New Science';
  src: url('/fonts/NewScience-Regular.woff2') format('woff2'),
       url('/fonts/NewScience-Regular.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
*/
