/* RED & PURPLE */
:root {
    --color-focus-primary: #0e0723;
    --color-focus-accent: #0e0723;
    --color-focus-footer: #f6c976;

    --color-bg-main: #fcf6f2;
    --color-bg-content: #ffffff;
    --color-bg-header-nav: #ffffff;
    --color-bg-footer: linear-gradient(#452548, #29152e);
    --color-bg-contrast: linear-gradient(90deg, #532957, #211225, #532957);
    --color-bg-page-header: linear-gradient(90deg, #77486b, #432350, #77486b);
    --color-bg-accent: linear-gradient(90deg, #b01733, #8b152b, #b01733);
    --color-bg-home-header-cover: linear-gradient(90deg, #ffffff90, #ffffffff, #ffffff90);
    --color-bg-detail: #ffffff44;
    --color-bg-home-block-inner-1: #6b1c2bff;
    --color-bg-home-block-outer-1: #6b1c3e80;
    --color-bg-home-block-inner-1-hover: #86192dff;
    --color-bg-home-block-outer-1-hover: #6b1c3ea0;
    --color-bg-home-block-inner-2: #532957ff;
    --color-bg-home-block-outer-2: #53295780;
    --color-bg-home-block-inner-2-hover: #76336fff;
    --color-bg-home-block-outer-2-hover: #532957a0;
    --color-bg-home-block-detail: #ffffff;
    
    --color-text-main: #0e0723;
    --color-text-content: #0e0723;
    --color-text-accent: #ffffff;
    --color-text-page-header: #ffffff;
    --color-text-heading: #b01733;
    --color-text-subheading: #8c5589;
    --color-text-header-nav: #0e0723;
    --color-text-header-nav-hover: #b0a3b0;
    --color-text-link: #e4002b;
    --color-text-link-hover: #fd8299;
    --color-text-footer: #ffffff;
    --color-text-footer-secondary: #938392;
    --color-text-home-block-heading: #ffffff;
    --color-text-home-block-content: #ffffff;

    --color-shadow-header-nav: #36060f10;
    --color-shadow-content: #36060f10;
    --color-shadow-strong: #36060f8b;
}