@font-face {
    font-family: "MonTrappist";
    src: url("../font/MonTrappist.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Olympic";
    src: url("../font/Olympic.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    margin: 0;
    background-color: #1c2421;
    color: #c6897c;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(1.25rem, 5vw, 2.5rem);
}

.hero {
    text-align: center;
    max-width: 36rem;
}

.brand {
    font-family: "MonTrappist", ui-serif, Georgia, serif;
    font-weight: 400;
    font-size: clamp(2.75rem, 11vw, 6rem);
    line-height: 1.05;
    letter-spacing: 0.02em;
    margin: 0 0 1.125rem;
    text-transform: lowercase;
}

.tagline {
    font-family: "Olympic", system-ui, sans-serif;
    font-weight: 400;
    font-size: clamp(0.95rem, 2.75vw, 1.1875rem);
    line-height: 1.5;
    margin: 0;
    opacity: 0.94;
}
