/* CORMORANT GARAMOND REGULAR */
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('/fonts/Cormorant-Garamond-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* FUTURA EXTRA BOLD */
@font-face {
    font-family: 'Futura';
    src: url('/fonts/Spartan-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

/* CORMORANT GARAMOND TITLE */
.title-font {
    font-family: 'Cormorant Garamond';
    font-size: 36px;
    text-align: center;
    margin-bottom: 10px;
    color: #422715;
}

/* SUBTITLE */
.subtitle-font {
    font-family: 'Futura';
    font-weight: 800;
    text-align: center;
    font-size: 14px;
    color: #76663A;
    margin-bottom: 30px;
}

/* BODY TEXT */
.body-font {
    font-family: 'Futura';
    font-weight: 400;
}

.footer-note {
    text-align: center;
    margin-top: 15px;
    color: #94AAB2;
    font-size: 14px;
}