/* Фирменные шрифты DC Motosport (Figma, Neue Machina) - локально, без CDN */
@font-face {
  font-family: 'Neue Machina';
  src: url('/static/fonts/NeueMachina-Light.ttf') format('truetype');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Neue Machina';
  src: url('/static/fonts/NeueMachina-Regular.ttf') format('truetype');
  font-weight: 400 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Neue Machina';
  src: url('/static/fonts/NeueMachina-Ultrabold.ttf') format('truetype');
  font-weight: 600 800; font-style: normal; font-display: swap;
}
