.brand_colour {
    background-color: #ede4db;
}

.card_text_bg {
    background-color: white;
}

p, h5, h2, h3, h4, .nav-link {
    font-family: Avantgarde, TeX Gyre Adventor, URW Gothic L, sans-serif;
}

.nav-item {
    text-transform: uppercase;
}

.quote_text {
    font-family: "Tex Gyre Adventor Italic", URW Gothic L, sans-serif;;
}

h1 {
  font-family: "GFS Didot", serif;
  font-weight: 400;
  font-style: normal;
}


@font-face {
    font-family: "Tex Gyre Adventor";
    src: url(fonts/tex-gyre-adventor/texgyreadventor-regular.otf);
}

@font-face {
    font-family: "Tex Gyre Adventor Italic";
    src: url(fonts/tex-gyre-adventor/texgyreadventor-italic.otf);
}