#landing {
    height: 100vh;
    color: white;
    font-family: "Cinzel";
    background-image: url('./img/IMG_6878_Hel.jpg');
}

#about {
    font-family: "Fauna One";

}

#about h2 {
    font-family: "Cinzel";

}

#footer{
    font-family: "Fauna One";

}
#footer h2{
    font-family: "Cinzel";

}

.overlay {
    opacity: 0.5;
}

#break-one {
    font-family: "Fauna One";
}

#break-one h2 {
    font-family: "Cinzel";

}

.footer {
    font-family: "Cinzel";
}




/* cinzel-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/cinzel-v23-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* fauna-one-regular - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Fauna One';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/fauna-one-v15-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }