@font-face {
  font-family: "Pixelify Sans";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("../assets/fonts/pixelify-sans.woff2") format("woff2");
}

@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/sora-400.woff2") format("woff2");
}

@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/sora-400.woff2") format("woff2");
}

:root {
  --bg: #06040c;
  --bg-elevated: #100a18;
  --surface: #1a1424;
  --surface-hover: #2a2236;
  --accent: #b56bff;
  --accent-deep: #7a2ee0;
  --accent-indigo: #6d3cff;
  --silver: #d2cce0;
  --glow: #8ed4ff;
  --glow-deep: #3aa0e8;
  --text: #f7f3ff;
  --muted: #c9bdd8;
  --black: #000000;
  --bevel-light: inset 2px 2px 0 rgba(255, 255, 255, 0.22);
  --bevel-dark: inset -2px -2px 0 rgba(0, 0, 0, 0.5);
  --bevel-pressed: inset 2px 2px 0 rgba(0, 0, 0, 0.55), inset -2px -2px 0 rgba(255, 255, 255, 0.08);
  --font-ui: "Pixelify Sans", "Segoe UI", system-ui, sans-serif;
  --font-body: "Sora", system-ui, sans-serif;
  --nav-height: 3.75rem;
  --container: 72rem;
  --space-section: clamp(3.5rem, 8vw, 6.5rem);
  --discord: #5865f2;
  --success: #55ff55;
  --danger: #ff5555;
  --radius: 0;
}

/* Brand: purple / black / ice-blue hover. Keep radius at 0 for Minecraft GUI edges. */
