/*
Theme Name: Sherlock Blank Theme
Theme URI: https://sherlockdenhaag.nl/
Author: Sherlock Pub
Description: Minimal blank WordPress theme for Sherlock Pub. Outputs only page content so custom HTML/CSS controls the full website.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: sherlock-blank-theme
*/

/* Intentionally minimal. Website styling will be added separately. */
html, body {
  margin: 0;
  padding: 0;
}
