/* 3DQARAJ — Montserrat sitewide (Regular body, Bold headings) */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");

:root {
  --font-site: "Montserrat", sans-serif;
  --font-display: "Montserrat", sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

html {
  font-family: var(--font-site);
  font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

*,
*::before,
*::after {
  font-family: inherit;
}

body,
input,
select,
textarea {
  font-family: var(--font-site);
  font-weight: 400;
}

button,
.btn,
.dash2-btn,
.shimmer-btn,
.site-nav-links a,
.club-actions .btn {
  font-family: var(--font-site);
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6,
.dash2-title,
.dash2-hero-name,
.home-panel-title,
.auth-panel h1,
.sub-hero h1,
.sp-title,
.sub-card h2,
.plans-hero h1,
.club-panel-head h1 {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.02em;
}

/* Small / body copy — Montserrat Regular */
:where(
  small,
  p,
  li,
  dd,
  dt,
  figcaption,
  label,
  .dash2-muted,
  .sub-hero-lead,
  .sub-hero-tag,
  .sub-card p,
  .sub-main p,
  .sub-main li,
  .sub-footer p,
  .sub-footer a,
  .plans-footnote,
  .plans-hero-lead,
  .club-field label,
  .club-panel-head p,
  .club-pay-card span,
  .club-pay-card small,
  .club-rule-alert span,
  .club-notice span,
  .sp-hint,
  .sp-field-hint,
  .auth-back,
  .home-panel-empty,
  .dg-stat-sub,
  .dg-server-meta,
  .dash2-plan-row span,
  .dash2-masa-code-field small
) {
  font-weight: 400;
}

.tabular-nums,
.dash2-stat-value,
.dash2-server-ping,
.dash2-server-players,
.home-stat-card strong {
  font-variant-numeric: tabular-nums;
}

/* Home page Webflow export — force site font */
.setrex-scope {
  --font-family--font: var(--font-site) !important;
  font-family: var(--font-site) !important;
}

.setrex-scope :where(
  p, span, li, a, label, input, textarea, select, button,
  div, h1, h2, h3, h4, h5, h6, strong, em, small, blockquote
) {
  font-family: var(--font-site) !important;
}

.setrex-scope :where(p, li, span, small, label, figcaption) {
  font-weight: 400;
}

.setrex-scope :where(h1, h2, h3, h4, h5, h6) {
  font-weight: 800;
}
