/*
Theme Name: Libre Attention Child
Template: hello-elementor
Description: Child theme for Libre Attention ebook subscription site
Version: 1.0.0
Author: Libre Attention
Text Domain: libre-attention-child
*/

/* Brand Colors */
:root {
    --la-primary: #1a1a2e;
    --la-accent: #d4a373;
    --la-bg: #f5f0eb;
    --la-text: #333;
    --la-light: #fff;
}

/* Global overrides */
body {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* WooCommerce My Account styling */
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    padding: 10px 15px;
    display: block;
    border-bottom: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: var(--la-accent);
    font-weight: 600;
}

#content > div.page-content > div > div.wc-block-components-sidebar-layout.wc-block-checkout.is-large > div.wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block > form > div.wc-block-checkout__actions.wp-block-woocommerce-checkout-actions-block > div.wc-block-checkout__actions_row > a {
	color: #575774 !important;
}
/* 
  .lad-checkout-motivation     div  {
	font-family: sans-serif;
} */
/* 
html{
	font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
} */
