/* =========================================================
   RussianRail G Pro Font Integration
   ========================================================= */

@font-face {
  font-family: 'RussianRail G Pro';
  src: url('../fonts/RussianRail G Pro Regular_0.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Apply RussianRail G Pro to all text elements */
body {
  font-family: 'RussianRail G Pro', system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif !important;
}

/* Headers with slightly bolder appearance */
h1, h2, h3, h4, h5, h6 {
  font-family: 'RussianRail G Pro', system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif !important;
  font-weight: 600;
}

/* Buttons and UI elements */
.btn-gold-big,
.btn-header,
.btn-outline,
.slot-btn,
.nav a,
.useful-links-grid a {
  font-family: 'RussianRail G Pro', system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif !important;
}

/* Table elements */
.casino-table th,
.casino-table td {
  font-family: 'RussianRail G Pro', system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif !important;
}

/* Legal and footer text */
.legal-info,
.legal-inner,
.footer {
  font-family: 'RussianRail G Pro', system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif !important;
}
