/* Bebas Neue – fuente descargada para logo GASFITERIA W (sin dependencias externas) */
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('BebasNeue-Regular.woff2') format('woff2');
}

.logo-text {
  font-family: 'Bebas Neue', 'Arial Narrow', Arial, sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.06em;
  color: #136986 !important;
  text-transform: uppercase;
  visibility: visible !important;
  display: inline-block !important;
  flex-shrink: 0;
  font-size: 1.4rem !important;
  line-height: 1.2 !important;
  opacity: 1 !important;
  min-width: 1px;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 640px) {
  .logo-text { font-size: 1.5rem !important; }
}
@media (min-width: 768px) {
  .logo-text { font-size: 1.75rem !important; }
}
@media (min-width: 1024px) {
  .logo-text { font-size: 2rem !important; }
}

.dark .logo-text {
  color: #136986 !important;
}
