@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');
@font-face {
    font-family: "DM Serif Display";
    src: url("../fonts/DMSerifDisplay-Regular.ttf") format("truetype");
}

body{
    --main : #B09B84;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

h1, .h1,
h2, .h2{
    font-family: "DM Serif Display",sans-serif;
}

.frame-layout-linkarrow{
    font-family: "DM Serif Display",sans-serif;
}

.logo img{
    margin-top: 10px !important;
    height: 50px;
}

.card-body h3{
    color: white;
    font-weight: 700;
}

.card-header button:after{
    color:white;
}

.frame-layout-linkbg{
    color: white;
}

.card-body em{
    font-style: normal;
    font-family: "DM Serif Display",sans-serif;
    font-size: 16px;
}

.c-tiny{
    color: white;
    font-weight: 700;
}

.frame-layout-linkbg a,
.frame-layout-linkbg a:hover,
.frame-layout-linkbg a:focus,
.frame-layout-linkbg a:active{
    color: white;
    font-weight: 700;
}

footer.footer,
footer.footer a{
    color: white;
}

@media (max-width: 574px) {
    .logo img{
        height: 30px;
        margin-top: 24px !important;
    }
}
