/*
Theme Name: Black White Score
Theme URI: https://example.invalid/black-white-score
Author: Gene
Author URI: https://example.invalid
Description: A high-contrast event scoring theme for two in-person teams.
Version: 0.1.0
Requires at least: 6.8
Requires PHP: 8.3
Text Domain: black-white-score
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
    --bws-bg: #f6f4ef;
    --bws-ink: #161616;
    --bws-paper: #ffffff;
    --bws-border: #d7d3cb;
    --bws-radius: 16px;
    --bws-gap: 16px;
    --bws-control-min: 56px;
}

html {
    background: var(--bws-bg);
}

body {
    margin: 0;
    color: var(--bws-ink);
    background: var(--bws-bg);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
