@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;600&display=swap');

:root {
    --tFontDefaultFamily: 'Oswald', sans-serif;
    --tFontMonoFamily: monospace;
    --tFontHeadingFamily: 'Oswald', sans-serif;

    --tBrandColorContrast0: #410B13; /* Brand BG color */
    --tBrandColorContrast1: #421820;
    --tBrandColorContrast20: #91171F;
    --tBrandColorContrast60: #bbb; /* Brand muted text color */
    --tBrandColorContrast80: #eee;
    --tBrandColorContrast100: #fff;
    --tBrandText: var(--tBrandColorContrast0);  /* Standalone text color */
}
