:root {
    --wheat: #edd4b2ff;
    --tan: #d0a98fff;
    --violet-jtc: #4d243dff;
    --dun: #cac2b5ff;
    --almond: #ecdcc9ff;
}

@font-face {
    font-family: 'Bitter';
    src: url('/fonts/Bitter-VariableFont_wght.ttf');
}

@font-face {
    font-family: 'Bitter';
    src: url('/fonts/Bitter-Italic-VariableFont_wght.ttf');
    font-style: italic;
}

body {
    font-family: 'Bitter';
    margin: 0;
    background-color: var(--almond);
}

h1 a {
    text-decoration: none;
    color: inherit;
}

h1 a:hover {
    color: var(--wheat);
    cursor: pointer;
}

header {
    background-color: var(--violet-jtc);
    padding: 0.5rem 0.67rem;
}

#header-title {
    color: var(--almond);
    margin: 0;
}

#nav-container ul {
    display: flex;
    flex-direction: row;
    justify-content: right;
    list-style: none;
    column-gap: 2rem;
    padding-right: 0.5rem;
}

#nav-container a {
    color: var(--dun);
    text-decoration: none;
    font-weight: 500;
}

#nav-container a:hover {
    color: var(--wheat);
    cursor: pointer;
}

.quote {
    font-style: italic;
    font-weight: 300;
    font-size: larger;
    text-align: center;
    margin-top: 1.5rem;
}

.content-container {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
