.header-font {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    padding-top: 50px;
}

.body-font {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.emphasis-font {
    font-family: 'Pacifico', sans-serif;
    font-size: 20px;
    color: #f9c74f;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
