/*
 Theme Name:   SmartToolsWorld Starter Child
 Theme URI:    https://smarttoolsworld.com/
 Description:  Starter child theme for SmartToolsWorld built for GeneratePress.
 Author:       OpenAI
 Template:     generatepress
 Version:      1.0.0
 Text Domain:  stw-starter
*/

:root {
  --stw-primary: #0b5fff;
  --stw-primary-dark: #0847bf;
  --stw-accent: #12b981;
  --stw-text: #122033;
  --stw-text-soft: #5c6b80;
  --stw-border: #e7edf5;
  --stw-bg: #f6f9fc;
  --stw-card: #ffffff;
  --stw-shadow: 0 10px 30px rgba(18, 32, 51, 0.08);
  --stw-radius: 18px;
}
