:root {
  --ps-void: #070605;
  --ps-panel: #0d0b09;
  --ps-ivory: #f1e3d0;
  --ps-muted: #c9b99f;
  --ps-gold: #c8954c;
  --ps-gold-soft: #8f6835;
  --ps-focus: #ffd488;
  --ps-shell: min(92vw, 1240px);
  --ps-radius: 0;
  --ps-border: 1px solid var(--ps-gold);
  --ps-step: clamp(0.95rem, 0.88rem + 0.25vw, 1.1rem);
  --ps-display: clamp(2.75rem, 7vw, 5.5rem);
  --ps-section: clamp(4rem, 8vw, 8rem);
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-latin-wght-normal.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/cormorant-garamond-latin-wght-italic.woff2') format('woff2');
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
}
