/*
 Theme Name:  Scarborough Digital Theme
 Theme URI:   https://scarboroughdigital.co.uk/
 Description: Starter Divi child theme by Scarborough Digital. Clean, fast, SEO-friendly with script management.
 Author:      Scarborough Digital
 Author URI:  https://scarboroughdigital.co.uk/
 Template:    Divi
 Version:     1.0.0
 License:     GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags:        child-theme, divi, starter, performance, seo
 Text Domain: scarborough-digital-child
*/

/* Brand tokens (override per project) */
:root{
  --brand-charcoal:#1a1a1a;
  --brand-primary:#e6007e;  /* update to match project */
  --brand-accent:#00c4cc;   /* update to match project */
  --brand-light:#f5f5f5;
}

body{ 
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--brand-charcoal);
}

a{ text-decoration: none; }
a:hover{ text-decoration: underline; }