@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_v1.jpg');
  /* background-image: url("/images/bg_narrow_1080x1920_q40_v1.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_v1.jpg');
    /* background-image: url("/images/bg_wide_1920x1080_q30_v1.jpg"); */
    background-position: right center;
  }
}

@media (min-width: 1000px) {
  #hubl-eh {
    text-shadow: /* The glow effect */
      0 0  20px rgba(255, 255, 255, 0.99),
      0 0  20px rgba(255, 255, 255, 0.99),
      0 0  40px rgba(255, 255, 255, 0.99),
      0 0  40px rgba(255, 255, 255, 0.99),
      0 0  60px rgba(255, 255, 255, 0.99),
      0 0  60px rgba(255, 255, 255, 0.99),
      0 0  80px rgba(255, 255, 255, 0.99),
      0 0  80px rgba(255, 255, 255, 0.99),
      0 0 120px rgba(255, 255, 255, 0.99),
      0 0 120px rgba(255, 255, 255, 0.99);
      -webkit-text-stroke: 1px #ffffff;
      paint-order: stroke fill; /* Ensure strokes are invisible */
  }
}

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

#hubl-eh {
  font-family: 'Teaspoon', serif;
  font-size: 99px;
  letter-spacing: 2px;
  color: #ff00ff;
  margin-bottom: 16px;
  text-shadow: /* The glow effect */
    0 0  20px rgba(255, 255, 255, 0.777),
    0 0  20px rgba(255, 255, 255, 0.777),
    0 0  40px rgba(255, 255, 255, 0.777),
    0 0  40px rgba(255, 255, 255, 0.777),
    0 0  60px rgba(255, 255, 255, 0.777),
    0 0  60px rgba(255, 255, 255, 0.777),
    0 0  80px rgba(255, 255, 255, 0.777),
    0 0  80px rgba(255, 255, 255, 0.777),
    0 0 120px rgba(255, 255, 255, 0.777),
    0 0 120px rgba(255, 255, 255, 0.777);
  -webkit-text-stroke: 1px #eeeeee;
  paint-order: stroke fill; /* Ensure strokes are invisible */
}

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