/*
Theme Name: Luna Music
Theme URI: https://mi-sitio.com
Author: Interaktiba
Author URI: https://tu-sitio.com
Description: Un tema personalizado para Hartu-Emanak.
Version: 1.0
Text Domain: lunamusic.es
*/

/* Estilos básicos */

@font-face {
  font-family: 'Bungee';
  src: url('assets/fonts/Bungee-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Anton';
  src: url('assets/fonts/Anton-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



@font-face {
  font-family: 'Poppins';
  src: url('assets/fonts/Poppins/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('assets/fonts/Poppins/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('assets/fonts/Poppins/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('assets/fonts/Poppins/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('assets/fonts/Poppins/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('assets/fonts/Poppins/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('assets/fonts/Poppins/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

html{
      font-size: 20px;
}

h1, h2, h3, h4 {
  font-family: 'Bungee', sans-serif;
}




body {
    font-family: 'Poppins', sans-serif;
    background: #F6EBD7;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
}

header {
    background: #101125a1;
    color: white;
    top: 0;
    left: 0;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    width: 100%;
    transition: box-shadow 0.3s ease-in-out;
}

header.scrolled {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
}


span.separador {
    padding: 0px 18px;
}

.container {
    padding-left: 0;
    padding-right: 0;
}


a {
    color: var(--green-100);
    text-decoration: none;
}


a:hover {
    text-decoration: none;
}



h3{
    color: var(--azul-oscuro);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin: 0;
}


p {
    margin-top: 0;
    font-size: 1.2rem;
}

footer {
    background: #13121a;
    color: #d3b788;
    padding: 50px 0px;
    border-top: 2px solid #91793d;
}

strong{
    font-weight: 600; 
}


strong a{
    font-weight: 800 !important;
 

}