body {
    background-image: url('./img/bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    color: #ffffff;
}

main {
    min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    margin-bottom: 0;
    padding-bottom: 0;
    text-wrap: balance;
    font-weight: 400;
    color: #fff;
}

.site-title {
    font-family: "Gloock", serif;
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 600 !important;
    text-align: center;
    line-height: 1;
}

.site-title-highlight {
    color: #337ab7;
}

.site-caption {
    font-weight: 500;
    font-size: calc(1.275rem + .3vw);
    letter-spacing: -0.015em;
    line-height: 1.3;
    margin-top: 1em;
    margin-bottom: 0.5em;
    text-align: center;
}

a {
    color: #337ab7;
}