:root {
    /* --primary: #4f8c81; */
    --primary: #7fe7d6;
    --background: #0a0a0a;
    --foreground: #fafafa;
    --card: #121212;
    --border: #747474;
    --muted: #1f1f1f;
    --muted-foreground: #8c8c8c;
    --bg: rgba(57, 57, 57, 0.123);
    --text: #ffffff;
    --muted: rgba(255, 255, 255, 0.6);
}