/* Custom Styles beyond Tailwind */

/* Fix for WordPress admin bar overlapping fixed header */
.admin-bar .site-header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .site-header {
        top: 46px;
    }
}

/* Base styling overrides if needed */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Handwritten font class */
.font-handwriting {
    font-family: 'Caveat', cursive;
}
