/**
 * Tawhied Inschrijvingen v2.0.0
 * Base stylesheet – primary styles are added inline via PHP for cache-busting.
 * This file exists as the enqueue handle and for any future overrides.
 */

/* Reset box-sizing for plugin elements */
.ti-wrap *,
.ti-wrap *::before,
.ti-wrap *::after {
    box-sizing: border-box;
}
