html {
    scroll-behavior: smooth;
    background-color: var(--secondary);
}

* {
    box-sizing: border-box;
}

body {
    font-family: "MerriweatherSans";
    margin: 0;
    overflow-x: hidden;
    background-color: white;
}

h1, h2, h3, h4, h5, h6, p {
    line-height: normal;
    margin: 0;
}

p {
    line-height: 160%;
}

a {
    color: black;
    text-decoration: none;
}

.permalink--arrow {
    margin-top: 0.75rem;
    color: #8CA146;
    display: flex;
    align-items: center;
    gap: 0.5rem; 

    img {
        height: 0.5rem;
    }
}

ul {
    list-style: none;
    padding: 0;
}

main {
    overflow: hidden;
}