@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;
}
:root {
    --primary-color: #645ca3;
    --secondary-color: #695ca3;
    --accent-color: #00ff88;
    --bg-color: #0a0a1a;
    --text-color: #ffffff;
    --font-family: "Futuristic 2", sans-serif;
    --font-secondary: "Futuristic 2", sans-serif;
    --content-max-width: min(1550px, 100vw);
    --section-padding: min(160px, 12vh);
    --section-height: min(85vh, 100vh);
}
