@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Outfit:wght@600;700&display=swap');

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-sans);
  font-size: var(--text-base);
  line-height: var(--leading-normal);
  color: var(--ddg-text);
}

h1, h2, h3, h4,
.sheet-title,
.fare-display,
.modal-bid,
.modal-card h3,
.drawer-header h2,
.admin-sidebar h1,
.admin-main h2,
.admin-login-card h2,
.landing-brand,
.landing-hero h1,
.status-pill,
.sheet-panel__heading {
  font-family: var(--font-display);
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 700; line-height: 1.15; }
h2 { font-size: clamp(1.25rem, 2.5vw, 1.5rem); font-weight: 600; line-height: 1.2; }
h3 { font-size: 1.0625rem; font-weight: 600; line-height: 1.25; }

.sheet-row input,
.sheet-row select,
.sheet-offer-quote__amount,
.bid-row input,
input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
}

code, pre {
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
  font-size: 0.875em;
}
