/* Custom styles to complement Tailwind */
.font-epilogue {
    font-family: 'Epilogue', sans-serif;
}

.font-anton {
    font-family: 'Anton', sans-serif;
}

.burger span {
    transition: all 0.3s ease;
}

.mobile-menu.active {
    display: block;
}

.accordion button .plus {
    transition: transform 0.3s ease;
}

.accordion .active .plus {
    transform: rotate(45deg);
}

section {
    scroll-margin-top: 80px;
}

form input, form textarea {
    transition: border-color 0.3s ease;
}

.opacity-75 {
    opacity: .05 !important;
}