html {
    color-scheme: light;
}

body {
    margin: 0;
    padding: 0;
    height: 100vh;
    background-color: #FFF9F3;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "EB Garamond", serif;
}

.container {
    text-align: center;
    width: 100%;
}

/* ───────── TÍTULO ───────── */
.title {
    color: #66001F;

    /* UNA SOLA LÍNEA */
    white-space: nowrap;

    /* NO MÁS DEL 80% DEL VIEWPORT */
    max-width: 80vw;
    margin: 0 auto;

    /* ESCALA FLUIDA */
    font-size: 12vw;
    line-height: 1;

    letter-spacing: 0.02em;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.title.alex {
    font-family: "Alex Brush", cursive;
}

.title.pinyon {
    font-family: "Pinyon Script", cursive;
    margin-top: 0.15em;
}

.title.style {
    font-family: "Style Script", cursive;
    margin-top: 0.15em;
}


/* ───────── SUBTÍTULO ───────── */
.subtitle {
    font-family: "EB Garamond", serif;
    color: #66001F;

    /* 20% DEL VIEWPORT */
    width: 20vw;
    margin: 0.6em auto 0;

    font-size: 2.5vw;
    line-height: 1.2;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
