@import url('https://googleapis.com');

/* Aplicar a toda la tienda */
* {
    font-family: 'Montserrat', sans-serif !important;
}
/* Texto de los párrafos y botones */
body, p, span, input, button {
    font-size: 16px; /* Ajusta según prefieras */
    line-height: 1.6;
}

/* Títulos principales (como el nombre del producto o H1 del home) */
h1, .prod-title {
    font-size: 45px !important;
    font-weight: 900 !important;
}

/* Títulos secundarios */
h2 {
    font-size: 32px !important;
}

/* Títulos de secciones o widgets */
h3 {
    font-size: 24px !important;
}
/* Aplicar la fuente a absolutamente todo el sitio */
* {
    font-family: 'Montserrat', sans-serif !important;
}

/* Control de tamaños específicos */
body {
    font-size: 16px; /* Tamaño base para textos comunes */
}

h1, .prod-title {
    font-size: 40px !important; /* Tamaño para títulos grandes */
    font-weight: 900;
}

h2 { font-size: 30px !important; }
h3 { font-size: 22px !important; }

/* Ajuste del tamaño del logo que pediste antes */
header img {
    width: 300px !important; /* Ajusta este valor a tu gusto */
    height: auto;
}
