/*
Theme Name: Signature
Theme URI: https://dragon-media.ca/wordpress-themes/signature
Author: Dragon Media Technologies Inc.
Author URI: https://dragon-media.ca
Description: Signature is a versatile WordPress theme designed for creative professionals and businesses. With its modern design and customizable features, it allows users to showcase their work effectively. The theme is optimized for performance and SEO, ensuring a smooth user experience. Whether you're building a portfolio, blog, or business website, Signature provides the tools you need to succeed.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: signature
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
 

* { 
    box-sizing: border-box;
}
:root{
  --e-global-color-primary:   var(--wp--preset--color--primary);
  --e-global-color-secondary: var(--wp--preset--color--secondary);
  --e-global-color-accent:    var(--wp--preset--color--accent);
  --e-global-color-text:      #000000;
  /* si tu as des tokens texte : 
  --e-global-color-text:      var(--wp--preset--color--text-light); */
}
:root{
  --e-global-typography-primary-font-family:   var(--wp--preset--font-family--primary);
  --e-global-typography-secondary-font-family: var(--wp--preset--font-family--secondary);
  --e-global-typography-accent-font-family:    var(--wp--preset--font-family--accent);
  /* si tu as des tokens texte : 
  --e-global-typography-text-font-family:      var(--wp--preset--font-family--text); */
} 