@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,600;1,400;1,600&display=swap");

:root {
    --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
    --font-display: "Playfair Display", Georgia, serif;
    --primary-color: #B21545;      /* Main Dahree accent for actions */
    --primary-dark: #71263A;       /* Premium editorial plum */
    --secondary-color: #D61A53;    /* Supporting vivid accent */
    --accent-color: #F6E7EB;       /* Soft highlight tint */
    --background-light: #FCFCFA;   /* App background */
    --text-dark: #111111;          /* High-emphasis text */
    --text-primary: #111111;       /* Primary text */
    --text-secondary: #5F5A57;     /* Secondary text */
    --text-muted: #7B7470;         /* Muted text */
    --background-dark: #F4EFEC;    /* Warm tinted background */
    --surface-color: #FFFFFF;
    --border-color: #E8E3E0;
    --primary-soft: rgba(178, 21, 69, 0.10);
    --primary-soft-strong: rgba(113, 38, 58, 0.18);
    --display-color: #71263A;
    --onboarding-page-background:
        radial-gradient(circle at top left, rgba(214, 26, 83, 0.12), transparent 34%),
        radial-gradient(circle at top right, rgba(178, 21, 69, 0.10), transparent 28%),
        linear-gradient(135deg, #fff7f7 0%, #fffaf7 46%, #fbf3f5 100%);
}
