#container nav ul {
    flex-wrap: wrap;
}

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

html * {
    font-family: Quicksand;
}

a {
    color: #0067b1;
}


/* All links that have headers as parents */
h1>a {
    color: #0067b1;
    font-weight: 400;
    text-decoration: none;
    font-weight: bold;
}

/* headers inside an article */
article h1 {
    color: #0067b1;
    font-weight: 400;
    text-decoration: none;
    font-weight: bold;
}
/* links inside nav menu */
nav a {
    color: #0067b1;
    font-weight: 400;
    text-decoration: none;
    font-weight: bold;
}

/* links inside an article */
article a {
    color: #0067b1;
    font-weight: 400;
    text-decoration: none;
    font-weight: bold;
}

/* All links that are followed by a paragraph */
p~a {
    color: #0067b1;
    text-decoration: none;
    font-weight: normal;
    font-size: larger;
}
aside {
    font-style: italic;
}

aside~p {
    font-size: smaller;
}

.fab {
    color: #0067b1;
}