/*
Theme Name: Bittunnels Block Theme v3.1.3
Theme URI: https://bittunnels.com/
Description: Native WordPress block theme for the Bittunnels programmable illuminated gauge site. Designed to visually match the v2.1 Kadence build while exposing headers, footers, templates and marketing page content to the Site Editor.
Author: Bittunnels
Version: 3.1.3
Text Domain: bittunnels-block-theme
Requires at least: 6.6
Requires PHP: 7.4
*/

:root {
  --bt-green: #20aa04;
  --bt-green-bright: #32d315;
  --bt-black: #050806;
  --bt-ink: #111411;
  --bt-paper: #f3f4ef;
}

body {
  margin: 0;
  background: var(--bt-paper);
  color: var(--bt-ink);
}
