thirdculture/werc/sites/ppl.thirdculture.top/zacky/index.md_werc/dirdir/1732130159/data
2025-05-21 00:31:22 -04:00

40 lines
927 B
Text

:root {
/* Main color scheme */
--color-primary: #A5402D;
--color-secondary: #F15156;
--color-accent: #FFC07F;
/* Background colors */
--bg-primary: #721121;
--bg-secondary: #A5402D;
/* Text colors */
--text-primary: #FFCF99;
--text-secondary: #F15156;
--text-accent: #FFC07F;
/* Header colours */
--header-primary:#A5402D;
--header-secondary: #721121;
--header-tertiary: #F15156;
--header-other: #FFC07F;
/* Link colors */
--link-color: #F15156;
--link-hover: #FFCF99;
/* Border colors */
--border-primary: #A5402D;
--border-secondary: #721121;
--border-image: #F15156;
/* Special purpose colors */
--code-color: #F15156;
--header-bg: #F15156;
--header-text: #FFC07F;
/* Font families */
--font-headers: 'rumeur', sans-serif;
--font-body: verdana, helvetica, arial, sans-serif;
}