/*!
 * StakeBonusHub — Main stylesheet
 * Independent affiliate portal for Stake Casino ecosystem
 *
 * Load order:
 *   1. Tokens     — design variables (single source of truth)
 *   2. Base       — reset, typography, primitive elements
 *   3. Components — реусibles (header, footer, cards, buttons, FAQ, etc.)
 *
 * Self-hosted fonts loaded in <head> via <link rel="preload">.
 */

@import url('./01-tokens.css');
@import url('./02-base.css');
@import url('./03-components.css');

/* Print stylesheet */
@media print {
  body::before, body::after,
  .site-header, .site-footer,
  .cta-sticky, .cookie-banner,
  .rg-banner { display: none !important; }
  body { background: white; color: black; }
  a { color: black; text-decoration: underline; }
  .container { max-width: 100%; padding: 0; }
}
