/* Project Theme */
/* Generated by Theme Editor */
/* Fonts are self-hosted via public_html/css/fonts.css (loaded from head.php before this file). */

.project {
    --font-primary: 'DM Sans', sans-serif;
    --font-secondary: 'Outfit', sans-serif;

    --0: 500;

    --primary: oklch(0.44 0.19 24);
    --secondary: oklch(0.15 0.01 24);
    --tertiary: oklch(0.25 0.12 24);
    --success: oklch(0.58 0.19 142);
    --error: oklch(0.63 0.26 29);
    --bg-body: oklch(0.985 0 89.9);
    --bg-surface: oklch(0.99 0.002 60);
    --text-body: oklch(0.25 0.01 24);
    --text-title: oklch(0.12 0.02 24);

    --shadow-primary: oklch(0 0 0 / 0.12);
    --radius-xs: 0.2rem;
    --radius-s: 0.4rem;
    --radius-m: 0.8rem;
    --radius-l: 1.2rem;
    --radius-xl: 1.6rem;
}

.project[data-color-mode="dark"] {
    --bg-body: oklch(0.13 0.01 24);
    --bg-surface: oklch(0.18 0.01 24);
    --text-body: oklch(0.88 0.01 60);
    --text-title: oklch(0.96 0.005 60);
    --border-primary: oklch(1 0 0 / 0.15);
    --shadow-primary: oklch(0 0 0 / 0.4);
}
