
/* GS Grotezk */
@font-face {
    font-family: GSGrotezk;
    font-weight: 400;
    font-display: swap;
    src: url("./fonts/GS-Grotezk.woff2") format("woff2");
}

@font-face {
    font-family: Barlow;
    font-weight: 400;
    font-display: swap;
    src: url("./fonts/Barlow-Regular.woff2") format("woff2");
}

html {
    font-family: barlow, Arial, sans-serif;
    font-size: 16px;
}

body {
    background-color: #FBF8F2;
    min-height: 100vh;
    color: black;
    display: flex;
    flex-direction: column;
    margin: 0 2rem;
}

h1 {
    font-family: GSGrotezk, Arial, sans-serif;
    margin-bottom: 2rem;
    font-size: 3.2rem;
    text-transform: capitalize;
    line-height: normal;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15%;
}

a {
    color: #537A2A;
}

a:hover {
    text-decoration-line: underline;
}

.container {
    max-width: 52rem;
}

.logo {
    height: 8rem; 
    margin-bottom: 1rem;
    align-self: center;
}