/*
Theme Name: Prime Pharma Elementor Child
Theme URI: https://primepharmastore.com/
Description: Modular Hello Elementor child theme for a Prime Pharma WooCommerce homepage.
Author: Prime Pharma
Template: hello-elementor
Version: 2.8.36
Text Domain: prime-pharma-child
Requires PHP: 8.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: elementor, woocommerce, custom-logo, custom-menu, responsive-layout
*/

/* Homepage presentation lives in assets/css/prime-home.css. */

/* Prime Pharma palette: legacy pink accent is intentionally not used. */
:root{--prime-pharma-accent:#55C7C8;}

/* Replace the parent theme default link accent across the child theme. */
a{color:#075B6D;}
a:hover,a:focus,a:active{color:#064A59;}


/* Prime Pharma typography lock: one text family across the storefront. */
:root{
  --e-global-typography-primary-font-family:"Manrope";
  --e-global-typography-secondary-font-family:"Manrope";
  --e-global-typography-text-font-family:"Manrope";
  --e-global-typography-accent-font-family:"Manrope";
}
html,body,button,input,select,textarea{font-family:"Manrope",ui-sans-serif,system-ui,sans-serif;}
h1,h2,h3,h4,h5,h6,p,a,button,input,select,textarea,label,li,small,strong,b,em,
.elementor-heading-title,.elementor-widget-text-editor,
.woocommerce,.woocommerce-page{font-family:"Manrope",ui-sans-serif,system-ui,sans-serif!important;}
