/* Faith Harvest — navy backgrounds, gold / yellow type */
:root {
    --base-h: 43;
    --base-s: 78%;
    --base-l: 52%;
    --base: var(--base-h) var(--base-s) var(--base-l);
    --base-hover: var(--base-h) var(--base-s) calc(var(--base-l) - 10%);
    --fh-brown: #0A192F;
    --fh-gold: #d4af37;
    --fh-gold-bright: #f0d060;
    --fh-cream: #fff6d8;
    --second_color: #0A192F;
    --body-bg: #07111f;
    --base-color: #d4af37;
}
