@font-face {
  font-family: 'Comfortaa';
  src: url('https://assets.hubl.ca/fonts/Comfortaa-Regular.woff2') format('woff2'),
       url('https://assets.hubl.ca/fonts/Comfortaa-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Comfortaa';
  src: url('https://assets.hubl.ca/fonts/Comfortaa-Bold.woff2') format('woff2'),
       url('https://assets.hubl.ca/fonts/Comfortaa-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Teaspoon';
  src: url('https://assets.hubl.ca/fonts/Teaspoon.woff2') format('woff2'),
       url('https://assets.hubl.ca/fonts/Teaspoon.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --background-color: #121212;
  --text-color: #e0e0e0;
  --accent-color: #ff4081;
}

body {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background-color: var(--background-color);
  background-image: url('https://assets.hubl.ca/images/bg_narrow_q40.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: var(--text-color);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

@media (min-width: 768px) {
  body {
    background-image: url('https://assets.hubl.ca/images/bg_wide_q40.jpg');
    background-position: right center;
  }
}

.copy-container {
  text-align: center;
  margin-top: 25vh;
  padding: 0 20px;
  width: 100%;
  max-width: 800px;
}

#hubl-rides {
  font-family: 'Comfortaa', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 43px;
  letter-spacing: 2px;
  color: #b8ddff;
  margin-bottom: 16px;
  text-shadow: /* The glow effect */
    0 0 20px #0085ff,
    0 0 20px #0085ff,
    0 0 40px #0085ff,
    0 0 40px #0085ff,
    0 0 80px #0085ff,
    0 0 80px #0085ff,
    0 0 120px #0085ff,
    0 0 120px #0085ff;
  -webkit-text-stroke: 1px #0085ff;
  paint-order: stroke fill; /* Ensure strokes are invisible */
}

@media (min-width: 768px) {
  #hubl-rides {
    font-size: 48px;
  }
}

#coming-soon {
  font-family: 'Teaspoon', cursive;
  font-size: 32px;
  font-weight: 700;
  color: #fdbbf2;
  text-shadow: /* The glow effect */
    0 0 15px #ff46e1,
    0 0 40px #ff46e1;
  -webkit-text-stroke: 1px #ff46e1;
  paint-order: stroke fill;
}

@media (min-width: 768px) {
  #coming-soon {
    font-size: 36px;
  }
}
