/*
Theme Name: SFS Theme
Description: Child theme of Astra, designed for SFS. Uses a combination of shortcodes, injections, and custom post types to achieve the aesthetic you see.
Author: Mac Clark
Template: astra
Version: 1.0.3
*/

:root {
    --brand: var(--ast-global-color-0);
    --alt-brand: var(--ast-global-color-1);
    --headings: var(--ast-global-color-2);
    --text: var(--ast-global-color-3);
    --primary-bg: var(--ast-global-color-4);
    --secondary-bg: var(--ast-global-color-5);
    --alt-bg: var(--ast-global-color-6);
    --subtle-bg: var(--ast-global-color-7);
    --other: var(--ast-global-color-8);
}