/* BODY */
body {
    font-family: 'Archivo Narrow', sans-serif;
}

/* LOGO */
.navbar-brand {
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 1.45rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* NAVIGATION */
.nav-link {
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 1.05rem;
    font-weight: 500;
    white-space: nowrap;
}

/* HEADINGS */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: 700;
}

/* PARAGRAPHS */
p {
    line-height: 1.6;
}