.brand_colour {
    background-color: #ede4db;
}

.card_text_bg {
    background-color: white;
}

.text_link {
    text-decoration: none;
    color: black;
}

.top_right {
    right: 50%;
    margin-right: 110px;
    margin-left: 20px;
    top: 2%;
}

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;;
}

.bold {
    font-family: "Tex Gyre Adventor Bold", 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);
}

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