/*
Theme Name: BVDK 2026
*/

/* Global Resets */
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; }
h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd { margin: 0; }
ul, ol { margin: 0; padding: 0; }
img, picture, video, canvas, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

/* Gate content handling */
.ungated .gated-show { display: none; }
body:not(.ungated) .gated-hide { display: none; }