/* Custom Typography */

body {
    font-family: 'Lora', serif;
}

h1,
h2,
h3,
h4,
h5,
.nav-btn,
.btn-oswald {
    font-family: 'Oswald', sans-serif;
}


/* Sepia/Earthy Color Palette Customization */

.bg-sepia-light {
    background-color: #F9F6F0;
}

.bg-sepia-mid {
    background-color: #E8DECF;
}

.bg-sepia-dark {
    background-color: #3E3227;
}

.text-sepia-dark {
    color: #3E3227;
}

.text-sepia-light {
    color: #F9F6F0;
}

.border-sepia {
    border-color: #D4C5B0;
}


/* Custom Backgrounds */

.hero-bg {
    background-image: linear-gradient( to bottom, #e8dec2 0%, #ddd2b2 50%, #cfc3a0 100%), url("assets/hero-gif.gif");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: soft-light;
}

.frederick-bg {
    background-image: url("assets/frederick-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: soft-light;
}