@font-face {
  font-family: 'STIX Two Text';
  src: url('./assets/STIXTwoText-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('./assets/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('./assets/Inter-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --navy: #051C2C;
  --action: #2251FF;
  --pale: #CCF2FF;
  --muted: #526573;
  --line: #B5C4CE;

  --paper: #FFFFFF;
  --white: #FFFFFF;
  --ink: var(--navy);
  --forest: var(--navy);
  --signal: var(--action);
  --grey: var(--muted);
  --soft: var(--line);
  --panel: var(--pale);
  --ink-800: #0B2A3F;
  --ink-600: #173B54;
  --ink-400: var(--muted);
  --grey-300: var(--line);
  --paper-shade: #EEF8FC;
  --signal-dim: #173ECF;

  --bg: var(--white);
  --surface: var(--white);
  --surface-panel: var(--pale);
  --surface-sunken: #EEF8FC;
  --surface-inverse: var(--navy);
  --surface-doc: var(--navy);
  --text: var(--navy);
  --text-secondary: var(--muted);
  --text-muted: var(--muted);
  --text-inverse: var(--white);
  --text-on-accent: var(--white);
  --border: var(--line);
  --border-strong: var(--muted);
  --border-inverse: rgba(255, 255, 255, .36);
  --accent: var(--action);
  --accent-hover: var(--signal-dim);
  --accent-ink: var(--white);
  --focus-ring: var(--action);

  --font-sans: Inter, Arial, sans-serif;
  --font-serif: 'STIX Two Text', Georgia, serif;
  --font-mono: Inter, Arial, sans-serif;
  --fs-hero-fluid: 68px;
  --fs-display-fluid: 56px;
  --fs-h1-fluid: 48px;
  --fs-h2-fluid: 40px;
  --fs-h3-fluid: 28px;
  --lh-tight: 1.02;
  --lh-snug: 1.15;
  --lh-normal: 1.35;
  --lh-relaxed: 1.5;
  --ls-tight: 0;
  --ls-snug: 0;
  --ls-normal: 0;
  --ls-label: .08em;
  --text-hero: 400 var(--fs-hero-fluid)/var(--lh-tight) var(--font-serif);
  --text-display: 400 var(--fs-display-fluid)/var(--lh-tight) var(--font-serif);
  --text-h1: 400 var(--fs-h1-fluid)/var(--lh-snug) var(--font-serif);
  --text-h2: 400 var(--fs-h2-fluid)/var(--lh-snug) var(--font-serif);
  --text-h3: 400 var(--fs-h3-fluid)/var(--lh-snug) var(--font-serif);
  --text-body: 400 18px/27px var(--font-sans);
  --text-label: 600 12px/1.2 var(--font-sans);
  --container-max: 1200px;
  --gutter: 24px;
  --gutter-lg: 48px;
  --section-y: 96px;
  --header-h: 84px;
  --radius-xs: 0;
  --radius-sm: 0;
  --radius-md: 0;
  --radius-lg: 0;
  --radius-xl: 0;
  --shadow-none: none;
  --shadow-xs: none;
  --shadow-sm: none;
  --shadow-md: none;
  --shadow-lg: none;
  --shadow-focus: 0 0 0 2px var(--action);
  --shadow-focus-signal: 0 0 0 2px var(--action);
}

body { letter-spacing: 0; }
#root * { letter-spacing: 0 !important; }
h1, h2, h3 { font-family: var(--font-serif); font-weight: 400; letter-spacing: 0 !important; }
button, input, select, textarea { font-family: var(--font-sans); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible { outline: 2px solid var(--action); outline-offset: 3px; }
.ds10-photo-caption {
  position: absolute;
  right: 16px;
  bottom: 12px;
  color: rgba(255, 255, 255, .82);
  font: 600 10px/1.2 var(--font-sans);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ds10-show-mobile { display: none !important; }
.ds10-header-logo { width: 116px; height: auto; display: block; }

@media (max-width: 760px) {
  :root {
    --fs-hero-fluid: 40px;
    --fs-display-fluid: 40px;
    --fs-h1-fluid: 36px;
    --fs-h2-fluid: 32px;
    --fs-h3-fluid: 24px;
    --text-body: 400 16px/24px var(--font-sans);
    --section-y: 64px;
    --header-h: 76px;
  }

  .ds10-stack { grid-template-columns: 1fr !important; }
  .ds10-form-grid { grid-template-columns: 1fr !important; }
  .ds10-hide-mobile { display: none !important; }
  .ds10-show-mobile { display: grid !important; }
  .ds10-header-logo { width: 100px; }
  .ds10-hero-copy { padding: 56px 24px !important; }
  .ds10-hero-photo { min-height: 120px !important; height: 120px; }
  #problema { padding-top: 40px !important; }
}
