@font-face {
    font-family: 'Inter Tight';
    src: url('../fonts/InterTight-Variable.woff2') format('woff2-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Tight';
    src: url('../fonts/InterTight-VariableItalic.woff2') format('woff2-variations');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Newsreader';
    src: url('../fonts/Newsreader-Variable.woff2') format('woff2-variations');
    font-weight: 200 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Newsreader';
    src: url('../fonts/Newsreader-VariableItalic.woff2') format('woff2-variations');
    font-weight: 200 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'JetBrains Mono';
    src: url('../fonts/JetBrainsMono-Variable.woff2') format('woff2-variations');
    font-weight: 100 800;
    font-style: normal;
    font-display: swap;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

[hidden] {
    display: none !important;
}

html {
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    min-height: 100vh;
    line-height: 1.6;
    font-family: var(--font-family-body);
    font-size: var(--font-size-body);
    color: var(--ink);
    background: var(--bg);
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
    height: auto;
}

input,
button,
textarea,
select {
    font: inherit;
    color: inherit;
}

a {
    color: var(--accent);
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
}

a:hover {
    color: var(--accent-dark);
}

ul[role='list'],
ol[role='list'] {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-family-body);
    font-weight: 700;
    color: var(--ink-strong);
    line-height: 1.2;
}

*:focus {
    outline: none;
}

*:focus-visible {
    outline: none;
    box-shadow: var(--focus-ring);
    border-radius: var(--radius-sm);
}

.display-1 {
    font-size: var(--font-size-display-1);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.0;
}

.display-2 {
    font-size: var(--font-size-display-2);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.05;
}

.h1 {
    font-size: var(--font-size-h1);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.1;
}

.h2 {
    font-size: var(--font-size-h2);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.h3 {
    font-size: var(--font-size-h3);
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.25;
}

.h4 {
    font-size: var(--font-size-h4);
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.3;
}

.body-lg {
    font-size: var(--font-size-body-lg);
    font-weight: 400;
    line-height: 1.55;
}

.body-sm {
    font-size: var(--font-size-body-sm);
    font-weight: 400;
    line-height: 1.55;
    color: var(--ink-muted);
}

.caption {
    font-size: var(--font-size-caption);
    font-weight: 500;
    color: var(--ink-muted);
}

.mono {
    font-family: var(--font-family-mono);
    font-size: var(--font-size-mono);
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--ink-muted);
}

.quote {
    font-family: var(--font-family-brand);
    font-style: italic;
    font-weight: 500;
    font-size: var(--font-size-quote);
    line-height: 35px;
    color: var(--ink-strong);
}

.logo {
    font-family: var(--font-family-brand);
    font-style: italic;
    font-weight: 600;
    color: var(--ink-strong);
    letter-spacing: -0.02em;
}

.logo-point {
    color: var(--accent);
}

.sprite-icones {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.icone {
    display: inline-block;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    vertical-align: -0.15em;
}

.icone-16 { width: 16px; height: 16px; }
.icone-20 { width: 20px; height: 20px; }
.icone-24 { width: 24px; height: 24px; }
.icone-32 { width: 32px; height: 32px; }
.icone-44 { width: 44px; height: 44px; }

@media (max-width: 599px) {
    input:not([type="checkbox"]):not([type="radio"]),
    select,
    textarea {
        font-size: 16px;
    }
}

@view-transition {
    navigation: auto;
}

@media (prefers-reduced-motion: reduce) {
    ::view-transition-group(*),
    ::view-transition-old(*),
    ::view-transition-new(*) {
        animation: none !important;
    }
}
