
/*
Theme Name: SDI Workbench
Theme URI: https://substratedigitalinc.com
Author: Substrate Digital
Author URI: https://substratedigitalinc.com
Description: A high-conversion landing page theme for trade businesses.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: substrate-digital
*/

/* 
  Note: This theme uses pure semantic HTML, modular CSS, and vanilla JavaScript.
  The styles below are the base variables used in the design.
*/

:root {
  --sdi-primary: #00E5FF;
  --sdi-primary-container: #00E5FF;
  --sdi-on-primary-container: #000000;
  --sdi-inverse-surface: #0F172A;
  --sdi-font-headline: 'Space Grotesk', sans-serif;
  --sdi-font-body: 'Inter', sans-serif;
}
