/*
Theme Name:   Amori Child
Theme URI:    https://amori.club
Description:  Astra Child Theme for amori.club - Portal for women 50+
Author:       Amori Club
Author URI:   https://amori.club
Template:     astra
Version:      1.0.0
Text Domain:  amori-child

BRAND COLORS:
--amori-gold:       #C4922A  (Pantone 7555 C) - logo & main accents, CTA buttons
--amori-gold-light: #D4A843  (Pantone 1245 C) - lighter accent
--amori-tan:        #B89860  (Pantone 465 C)  - "Join the club" banner + footer
--amori-beige:      #E8DDD0  (Pantone 7527 C) - main background
--amori-brown:      #3D2314  (Pantone 4625 C) - text & details
*/

:root {
  --amori-gold:        #C4922A;
  --amori-gold-light:  #D4A843;
  --amori-tan:         #B89860;
  --amori-beige:       #E8DDD0;
  --amori-beige-light: #F5F0E8;
  --amori-brown:       #3D2314;
  --amori-brown-light: #6B4226;
  --amori-white:       #FDFAF6;
  --amori-text:        #2C1A0E;

  --font-size-base:    18px;
  --font-size-h1:      2.2rem;
  --font-size-h2:      1.7rem;
  --font-size-h3:      1.3rem;
  --line-height:       1.75;
  --border-radius:     8px;
}
