/* I want rounded corners and I want the theme to be rounded and relaxed. I want a competitive vibe.
Never use m dashes and never use emojis. You are allowed to use symbols. I am looking for comfortable but competitive. */
/* #2E92FF
#2EFFE6
#FF922F
#806A57
#576A80
#57807B
#ffffff */

:root {
    --brand: #FF922F;
    --brand-dark: #e07a1a;
    --accent: #2EFFE6;
    --blue: #2E92FF;
    --earth: #806A57;
    --slate: #576A80;
    --teal: #57807B;
    --white: #ffffff;
}
