@font-face {
font-family: Alice-Regular;
src: url("/static/fonts/Alice-Regular.ttf");
}
body, h1, h2, h3, h4, h5, h6, span {
    font-family: Alice-Regular !important;
}
@font-face {
font-family: AlexBrush-Regular;
src: url("/static/fonts/AlexBrush-Regular.ttf");
}
.navbar-brand {
    font-family: AlexBrush-Regular !important;
}
body {
background-color: white ! important;
}
.text-faded { color: #a87652; }
body { color: #a87652;
body { color: #a87652; }
#mainNav .navbar-nav .nav-item .nav-link { color:#a87652;}
.navbar-brand { color:#a87652 !important;}

#mainNav{ background-color: #9aaca6 ; font-family: Alice-Regular;}
.footer { background-color: #9aaca6 ; font-family: Alice-Regular;}

.bg-faded {background-color: #e7ddd7 ;font-family: Alice-Regular;}

.cta { background-color: white ;font-family: Alice-Regular;}

