@font-face {
  font-family: 'Daydream';
  src: url('../fonts/Daydream.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'VCR OSD Mono';
  src: url('../fonts/VCR_OSD_MONO_1.001.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.font-daydream {
  font-family: 'Daydream', sans-serif;
}

.font-vcr {
  font-family: 'VCR OSD Mono', monospace;
}

.font-orbitron {
  font-family: 'Orbitron', sans-serif;
}

.bottom-button {
  height: 2.25rem;               
  width: 12rem;                   
  background-color: rgba(168, 143, 123, 0.5); 
  border-radius: 0.75rem;          
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 1.5rem;                 
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;            
  z-index: 50;
  cursor: pointer;
  transition: all 0.2s ease;
}

.bottom-button:hover {
  background-color: rgba(168, 143, 123, 0.8);
  transform: translateX(-50%) scale(1.05);
}
