* {
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
}

p {
    color: #5d5d5d;
}

/* animation delays */
.animate__delay-600 {
    animation-delay: 600ms;
}
.animate__delay-700 {
    animation-delay: 700ms;
}
.animate__delay-800 {
    animation-delay: 800ms;
}