* {
    font-optical-sizing: auto;
}

@font-face {
    font-family: "Barlow";
    src: url("assets/fonts/Barlow-Regular.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Cinzel";
    src: url("assets/fonts/Cinzel-Regular.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Cinzel Decorative";
    src: url("assets/fonts/CinzelDecorative-Regular.ttf") format("truetype");
    font-display: swap;
}

body {
    background-color: #a47864;
    color: #F0FFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 100;
    font-style: normal;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.content {
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 48px;
}

.emphasis {
    font-size: 24px;
    font-style: italic;
    font-weight: 100;
}

.mi {
    font-family: "Cinzel Decorative", serif;
    font-weight: 400;
    font-style: normal;
}

.footer {
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
}
