/* ── PP Writer ── */
@font-face {
  font-family: 'PP Writer';
  src: url('../fonts/PP Writer/PPWriter-Thin.otf') format('opentype');
  font-weight: 100; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'PP Writer';
  src: url('../fonts/PP Writer/PPWriter-Regular.otf') format('opentype');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'PP Writer';
  src: url('../fonts/PP Writer/PPWriter-RegularItalic.otf') format('opentype');
  font-weight: 400; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'PP Writer';
  src: url('../fonts/PP Writer/PPWriter-Book.otf') format('opentype');
  font-weight: 350; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'PP Writer';
  src: url('../fonts/PP Writer/PPWriter-Bold.otf') format('opentype');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'PP Writer';
  src: url('../fonts/PP Writer/PPWriter-BoldItalic.otf') format('opentype');
  font-weight: 700; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'PP Writer';
  src: url('../fonts/PP Writer/PPWriter-Ultrabold.otf') format('opentype');
  font-weight: 800; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'PP Writer';
  src: url('../fonts/PP Writer/PPWriter-UltraboldItalic.otf') format('opentype');
  font-weight: 800; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'PP Writer';
  src: url('../fonts/PP Writer/PPWriter-BlackItalic.otf') format('opentype');
  font-weight: 900; font-style: italic; font-display: swap;
}

/* ── PP Writer Text — variante óptica p/ tamanhos menores ── */
@font-face {
  font-family: 'PP Writer Text';
  src: url('../fonts/PP Writer/PPWriter-ThinText.otf') format('opentype');
  font-weight: 100; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'PP Writer Text';
  src: url('../fonts/PP Writer/PPWriter-RegularText.otf') format('opentype');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'PP Writer Text';
  src: url('../fonts/PP Writer/PPWriter-BoldText.otf') format('opentype');
  font-weight: 700; font-style: normal; font-display: swap;
}

/* ── Area Extended ── */
@font-face {
  font-family: 'Area Extended';
  src: url('../fonts/Area Extended/fonnts.com-Area_Extended_Thin.otf') format('opentype');
  font-weight: 100; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Area Extended';
  src: url('../fonts/Area Extended/fonnts.com-Area_Extended_Thin_Italic.otf') format('opentype');
  font-weight: 100; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Area Extended';
  src: url('../fonts/Area Extended/fonnts.com-Area_Extended_Regular.otf') format('opentype');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Area Extended';
  src: url('../fonts/Area Extended/fonnts.com-Area_Extended_SemiBold.otf') format('opentype');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Area Extended';
  src: url('../fonts/Area Extended/fonnts.com-Area_Extended_Bold.otf') format('opentype');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Area Extended';
  src: url('../fonts/Area Extended/fonnts.com-Area_Extended_Black.otf') format('opentype');
  font-weight: 900; font-style: normal; font-display: swap;
}

/* ── Cormorant Garamond ── */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/Cormorant Garamond/CormorantGaramond-Light.ttf') format('truetype');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/Cormorant Garamond/CormorantGaramond-LightItalic.ttf') format('truetype');
  font-weight: 300; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/Cormorant Garamond/CormorantGaramond-Regular.ttf') format('truetype');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/Cormorant Garamond/CormorantGaramond-Italic.ttf') format('truetype');
  font-weight: 400; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/Cormorant Garamond/CormorantGaramond-Medium.ttf') format('truetype');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/Cormorant Garamond/CormorantGaramond-Bold.ttf') format('truetype');
  font-weight: 700; font-style: normal; font-display: swap;
}

/* ── Base ── */
html {
  font-size: var(--font-size-base);
  -webkit-font-smoothing: antialiased;
  scroll-padding-top: var(--sp-20);   /* compensa o header fixo nos links de âncora */
}

body {
  font-family: var(--font-body);
  background-color: var(--color-bg);
  color: var(--color-text);
}

a {
  color: inherit;
}
