/*
 Theme Name:  Themify Shoppe Child – PeptideProCanada
 Theme URI:   https://peptideprocanada.ca
 Description: Child theme for Themify Shoppe. Safe place for custom CSS/PHP and WooCommerce template overrides.
 Author:      PeptideProCanada
 Author URI:  https://peptideprocanada.ca
 Template:    themify-shoppe
 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: themify-shoppe-child
*/

/* Brand design tokens */
:root{
  --ppc-navy: #1D3C5E;     /* brand navy */
  --ppc-orange: #F28C28;   /* accent orange (DNA helix) */
  --ppc-gray-100: #f7f7f8;
  --ppc-gray-800: #222326;
  --ppc-radius-xl: 1rem;
  --ppc-radius-2xl: 1.25rem;
}

/* Example utility hooks (safe to remove if not needed) */
.ppc-rounded-xl { border-radius: var(--ppc-radius-xl); }
.ppc-rounded-2xl { border-radius: var(--ppc-radius-2xl); }

/* Put future custom CSS below this line */