@font-face {
  font-family: 'Futuristic 1';
  src: url('/assets/uploads/fonts/font_1770340306_ed6c07eb.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futuristic 2';
  src: url('/assets/uploads/fonts/font_1770340977_e344487c.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Points 1';
  src: url('/assets/uploads/fonts/font_1772413651_0f7338da.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Secret 1';
  src: url('/assets/uploads/fonts/font_1772414069_4b617b3b.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
    --primary-color: #a78bff;
    --secondary-color: #6f5bff;
    --accent-color: #c9b8ff;
    --bg-color: #0f0d16;
    --text-color: #f4f2ff;
    --font-family: system-ui, sans-serif;
    --font-secondary: system-ui, sans-serif;
    --content-max-width: min(1400px, 100vw);
    --section-padding: min(60px, 12vh);
    --section-height: min(100vh, 100vh);
}
