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

:root {
  --bg: #0e0e0e;
  --s1: #161616;
  --s2: #1e1e1e;
  --s3: #282828;
  --s4: #333333;
  --white: #ffffff;
  --off-white: #e8e5e2;
  --muted: #999999;
  --dim: #555555;
  --outline: rgba(255, 255, 255, 0.07);

  --font-d: 'Manrope', sans-serif;
  --font-b: 'Inter', sans-serif;

  --max: 1200px;
  --pad: clamp(1.25rem, 5vw, 2.5rem);
}
