/**
 * Custom Fonts for b4tch Video Editor
 * These fonts are loaded locally instead of from Google Fonts
 */

/* Proxima Nova - Semi Bold (600 weight) */
@font-face {
  font-family: 'Proxima Nova';
  src: url('/fonts/ProximaNova-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Also register for common weights to ensure compatibility */
@font-face {
  font-family: 'Proxima Nova';
  src: url('/fonts/ProximaNova-SemiBold.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('/fonts/ProximaNova-SemiBold.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('/fonts/ProximaNova-SemiBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

