/*
Theme Name: InkSpyre Theme
Theme URI: https://inkspyre.com
Author: InkSoft Suite
Description: WordPress theme with InkSoft products and categories integration.
Version: 1.0.1
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: inkspyre-theme
*/

:root {
  --inksoft-bg-color: #ffffff;
  --inksoft-text-color: #6c757d;
  --inksoft-heading-color: #2c3e50;
  --inksoft-link-color: #000000;
  --inksoft-button-bg: #fd0d0d;
  --inksoft-button-text: #ffffff;
  --inksoft-button-hover: #f28b00;
  --inksoft-section-padding: 80px;
  --inksoft-section-margin: 0px;
  --inksoft-font-size-base: 16px;
  --inksoft-font-weight-heading: 700;
  --inksoft-border-radius: 12px;
  --inksoft-border-color: #dee2e6;
  --inksoft-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  --inksoft-container-width: 1320px;
}
