What This Site Stores
By default, the site stores two small browser-based preference records on the visitor's device: the selected color theme and the cookie consent preferences.
These values are saved in localStorage, not sent automatically with each page request, and are used only to remember visitor choices in the current browser.
Consent Categories
The preferences interface includes an always-active essential category plus optional analytics and marketing categories. Optional categories are enabled by default.
Google Analytics is connected as the analytics tool and loads by default. Visitors can turn analytics off at any time. No marketing scripts are currently connected.
Stored Keys
How to Change Preferences
Visitors can reopen the preferences modal any time from the footer's Cookie Preferences button.
Turning analytics or marketing off and saving the selection expires the site-readable cookies assigned to that category. Browser restrictions prevent this site from deleting third-party or HTTP-only cookies it cannot access.
You can also open thecookie preferences modal.
Using Consent in Custom Scripts
The theme exposes window.mariaCookieConsent so optional scripts can check whether analytics or marketing is allowed before loading.
The current Google Analytics tag uses this preference check. It loads by default unless the visitor has saved an analytics opt-out.
It also emits a maria:cookieConsentChanged browser event whenever the visitor saves new choices.