@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../fonts/hanken-grotesk-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../fonts/hanken-grotesk-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* IBM Plex Mono is a static family: one file per weight. */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/ibm-plex-mono-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/ibm-plex-mono-400-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/ibm-plex-mono-500-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/ibm-plex-mono-500-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/ibm-plex-mono-600-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/ibm-plex-mono-600-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

gitea-theme-meta-info {
  --theme-display-name: "DoDo Softworks";
  --theme-color-scheme: "light";
}

:root {
  --is-dark-theme: false;

  /* fonts — Hanken Grotesk for UI text, IBM Plex Mono for code/mono */
  --fonts-override: 'Hanken Grotesk';
  --fonts-monospace: 'IBM Plex Mono', ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace, var(--fonts-emoji);

  /* corners — a touch softer than stock, matching the CI's rounded cards */
  --border-radius: 6px;
  --border-radius-medium: 10px;
  --border-radius-full: 99999px;

  /* primary — Accent #7CC41C, "the one thing you want clicked" (buttons, links, focus) */
  --color-primary: #7cc41c;
  --color-primary-contrast: #23281c;
  --color-primary-dark-1: #6ba918;
  --color-primary-dark-2: #5d9315;
  --color-primary-dark-3: #4f7d12;
  --color-primary-dark-4: #41660f;
  --color-primary-dark-5: #2d470a;
  --color-primary-dark-6: #162305;
  --color-primary-dark-7: #0a1502;
  --color-primary-light-1: #92e028;
  --color-primary-light-2: #a1e548;
  --color-primary-light-3: #b1e967;
  --color-primary-light-4: #c4ee8b;
  --color-primary-light-5: #d6f3ae;
  --color-primary-light-6: #e8f9d2;
  --color-primary-light-7: #f8fdf1;
  --color-primary-alpha-10: #7cc41c1a;
  --color-primary-alpha-20: #7cc41c33;
  --color-primary-alpha-30: #7cc41c4c;
  --color-primary-alpha-40: #7cc41c66;
  --color-primary-alpha-50: #7cc41c80;
  --color-primary-alpha-60: #7cc41c99;
  --color-primary-alpha-70: #7cc41cb2;
  --color-primary-alpha-80: #7cc41ccc;
  --color-primary-alpha-90: #7cc41ce6;
  --color-primary-hover: var(--color-primary-dark-1);
  --color-primary-active: var(--color-primary-dark-2);

  /* secondary — a muted sage-grey, the "structure" neutral for chrome/borders */
  --color-secondary: #cbcec4;
  --color-secondary-dark-1: #c4c7bc;
  --color-secondary-dark-2: #bcc0b3;
  --color-secondary-dark-3: #b2b7a8;
  --color-secondary-dark-4: #a9ae9d;
  --color-secondary-dark-5: #9fa492;
  --color-secondary-dark-6: #959b87;
  --color-secondary-dark-7: #899079;
  --color-secondary-dark-8: #7c826c;
  --color-secondary-dark-9: #6c725e;
  --color-secondary-dark-10: #5c6151;
  --color-secondary-dark-11: #4c5043;
  --color-secondary-dark-12: #3c4035;
  --color-secondary-dark-13: #2c2f27;
  --color-secondary-light-1: #d2d5cc;
  --color-secondary-light-2: #dadcd5;
  --color-secondary-light-3: #e1e3dd;
  --color-secondary-light-4: #e8eae5;
  --color-secondary-alpha-10: #cbcec41a;
  --color-secondary-alpha-20: #cbcec433;
  --color-secondary-alpha-30: #cbcec44c;
  --color-secondary-alpha-40: #cbcec466;
  --color-secondary-alpha-50: #cbcec480;
  --color-secondary-alpha-60: #cbcec499;
  --color-secondary-alpha-70: #cbcec4b2;
  --color-secondary-alpha-80: #cbcec4cc;
  --color-secondary-alpha-90: #cbcec4e6;
  --color-secondary-button: var(--color-secondary-dark-4);
  --color-secondary-hover: var(--color-secondary-dark-5);
  --color-secondary-active: var(--color-secondary-dark-6);

  /* console colors - actions console and console files */
  --color-console-fg: #23281c;
  --color-console-fg-subtle: #62665b;
  --color-console-bg: #fbfcf6;
  --color-console-border: #cbcec4;
  --color-console-hover-bg: #eaede4;
  --color-console-active-bg: #cbcec4;
  --color-console-menu-bg: #f0f3e6;
  --color-console-menu-border: #cbcec4;
  --color-console-link: #4f7d16;

  /* named colors — red/green/brown retinted to brand (error / link-green / brass);
     orange/yellow/olive/teal/blue/violet/purple/pink/black kept as proven,
     accessible stock values since the brand deliberately doesn't define them */
  --color-red: #b0463f;
  --color-orange: #f2711c;
  --color-yellow: #fbbd08;
  --color-olive: #b5cc18;
  --color-green: #4f7d16;
  --color-teal: #00b5ad;
  --color-blue: #2185d0;
  --color-violet: #6435c9;
  --color-purple: #a333c8;
  --color-pink: #e03997;
  --color-brown: #b0803f;
  --color-black: #1d2328;
  /* light variants */
  --color-red-light: #cc7570;
  --color-orange-light: #f59555;
  --color-yellow-light: #fcce46;
  --color-olive-light: #d3e942;
  --color-green-light: #78be21;
  --color-teal-light: #08fff4;
  --color-blue-light: #51a5e3;
  --color-violet-light: #8b67d7;
  --color-purple-light: #bb64d8;
  --color-pink-light: #e86bb1;
  --color-brown-light: #cca570;
  --color-black-light: #4b5b68;
  /* dark 1 variants */
  --color-red-dark-1: #8e3933;
  --color-orange-dark-1: #e6630d;
  --color-yellow-dark-1: #e5ac04;
  --color-olive-dark-1: #a3b816;
  --color-green-dark-1: #36560f;
  --color-teal-dark-1: #00a39c;
  --color-blue-dark-1: #1e78bb;
  --color-violet-dark-1: #5a30b5;
  --color-purple-dark-1: #932eb4;
  --color-pink-dark-1: #db228a;
  --color-brown-dark-1: #8e6733;
  --color-black-dark-1: #2c3339;
  /* dark 2 variants */
  --color-red-dark-2: #702d28;
  --color-orange-dark-2: #cc580c;
  --color-yellow-dark-2: #cc9903;
  --color-olive-dark-2: #91a313;
  --color-green-dark-2: #203309;
  --color-teal-dark-2: #00918a;
  --color-blue-dark-2: #1a6aa6;
  --color-violet-dark-2: #502aa1;
  --color-purple-dark-2: #8229a0;
  --color-pink-dark-2: #c21e7b;
  --color-brown-dark-2: #705228;
  --color-black-dark-2: #131619;
  /* ansi colors used for actions console and console files — kept stock for readability */
  --color-ansi-black: #1e2327;
  --color-ansi-red: #cc4848;
  --color-ansi-green: #87ab63;
  --color-ansi-yellow: #cc9903;
  --color-ansi-blue: #3a8ac6;
  --color-ansi-magenta: #d22e8b;
  --color-ansi-cyan: #00918a;
  --color-ansi-white: var(--color-console-fg-subtle);
  --color-ansi-bright-black: #46494d;
  --color-ansi-bright-red: #d15a5a;
  --color-ansi-bright-green: #93b373;
  --color-ansi-bright-yellow: #eaaf03;
  --color-ansi-bright-blue: #4e96cc;
  --color-ansi-bright-magenta: #d74397;
  --color-ansi-bright-cyan: #00b6ad;
  --color-ansi-bright-white: var(--color-console-fg);
  /* 16-color series — kept stock, used for distinguishing chart/graph series */
  --color-series-16-0: #7db233;
  --color-series-16-1: #499a37;
  --color-series-16-2: #ce4751;
  --color-series-16-3: #8f9121;
  --color-series-16-4: #ac32a6;
  --color-series-16-5: #7445e9;
  --color-series-16-6: #c67d28;
  --color-series-16-7: #4db392;
  --color-series-16-8: #aa4d30;
  --color-series-16-9: #2a6f84;
  --color-series-16-10: #c45327;
  --color-series-16-11: #3d965c;
  --color-series-16-12: #792a93;
  --color-series-16-13: #439d73;
  --color-series-16-14: #103aad;
  --color-series-16-15: #982e85;
  /* other colors */
  --color-grey: #82857a;
  --color-grey-light: #969a90;
  --color-gold: #835f2f;
  --color-white: #ffffff;
  /* diffs — added tinted with link-green, removed with the brand's error red,
     moved with brass (a "rare detail" moment fits the least-common diff state) */
  --color-diff-added-fg: #4f7d16;
  --color-diff-added-linenum-bg: #d7e1c7;
  --color-diff-added-row-bg: #e8eddd;
  --color-diff-added-row-border: #e8eddd;
  --color-diff-added-word-bg: #c7d5b2;
  --color-diff-moved-row-bg: #ede9d9;
  --color-diff-moved-row-border: #e4dac4;
  --color-diff-removed-fg: #b0463f;
  --color-diff-removed-linenum-bg: #e9d7ce;
  --color-diff-removed-row-bg: #efe9e0;
  --color-diff-removed-row-border: #efe9e0;
  --color-diff-removed-word-bg: #e2c5bd;
  --color-diff-inactive: #dcded5;
  /* error / success / warning / info — matches the CI's messaging-card palette */
  --color-error-border: #b0463f59;
  --color-error-bg: #f7ecea;
  --color-error-bg-active: #e9cbc8;
  --color-error-bg-hover: #f0dbd9;
  --color-error-text: #b0463f;
  --color-success-border: #4f7d1666;
  --color-success-bg: #e4ebd8;
  --color-success-text: #4f7d16;
  --color-warning-border: #b0803f73;
  --color-warning-bg: #eeebdc;
  --color-warning-text: #7b5a2c;
  --color-info-border: #6b7a5573;
  --color-info-bg: #e4e8dc;
  --color-info-text: #3c4a2e;
  --color-priority-border: #b9a1ff66;
  --color-priority-bg: #f3e7ff;
  --color-priority-text: #8250df;
  --color-red-badge: #b0463f;
  --color-red-badge-bg: #b0463f1a;
  --color-red-badge-hover-bg: #b0463f4c;
  --color-green-badge: #4f7d16;
  --color-green-badge-bg: #4f7d161a;
  --color-green-badge-hover-bg: #4f7d164c;
  --color-yellow-badge: #fbbd08;
  --color-yellow-badge-bg: #fbbd081a;
  --color-yellow-badge-hover-bg: #fbbd084d;
  --color-orange-badge: #f2711c;
  --color-orange-badge-bg: #f2711c1a;
  --color-orange-badge-hover-bg: #f2711c4d;
  --color-git: #f05133;
  --color-logo: #7cc41c;
  /* target-based colors — the brand surface: Paper + Ink carry ~80% of any surface */
  --color-body: #f5f7ee;
  --color-box-header: #f0f3e6;
  --color-box-body: #fbfcf6;
  --color-box-body-highlight: #eef1e4;
  --color-text-dark: #23281c;
  --color-text: #3c4a2e;
  --color-text-light: #4c5340;
  --color-text-light-1: #6f7563;
  --color-text-light-2: #8a9075;
  --color-text-light-3: #9a9f87;
  --color-footer: var(--color-nav-bg);
  --color-timeline: #cbcec4;
  --color-input-text: var(--color-text-dark);
  --color-input-background: #ffffff;
  --color-input-toggle-background: #cbcec4;
  --color-input-border: var(--color-secondary-dark-1);
  --color-light: #23281c08;
  --color-light-border: #23281c1c;
  --color-hover: #23281c0d;
  --color-hover-opaque: #eaede4;
  --color-active: #23281c14;
  --color-menu: #fbfcf6;
  --color-card: #fbfcf6;
  --color-markup-table-row: #6b7a550a;
  --color-markup-code-block: #6b7a5514;
  --color-markup-code-inline: #6b7a551a;
  --color-button: #f0f3e6;
  --color-code-bg: #eaede2;
  --color-shadow: #23281c26;
  --color-shadow-opaque: #c3c5bc;
  --color-secondary-bg: #f0f3e6;
  --color-expand-button: #c4ee8b;
  --color-placeholder-text: var(--color-text-light-3);
  --color-editor-line-highlight: var(--color-secondary-alpha-30);
  --color-editor-selection: var(--color-primary-alpha-30);
  --color-project-column-bg: var(--color-secondary-light-4);
  --color-caret: var(--color-text-dark);
  --color-reaction-bg: #23281c0a;
  --color-reaction-hover-bg: var(--color-primary-light-5);
  --color-reaction-active-bg: var(--color-primary-light-6);
  --color-tooltip-text: #f4f8ea;
  --color-tooltip-bg: #23281cf0;
  /* nav — deep moss, echoing the CI's dark Cover/Motif cards as a branded frame
     around the paper-light content area */
  --color-nav-bg: #37452b;
  --color-nav-hover-bg: #465837;
  --color-nav-text: #eef3e2;
  --color-secondary-nav-bg: #2d3823;
  --color-label-text: var(--color-text);
  --color-label-bg: #cbcec473;
  --color-label-hover-bg: #cbcec4a6;
  --color-label-active-bg: #cbcec4e6;
  --color-accent: var(--color-primary-light-1);
  --color-small-accent: var(--color-primary-light-6);
  --color-highlight-fg: #8a6532;
  --color-highlight-bg: #eae4d2;
  --color-overlay-backdrop: #23281cbf;
  --color-danger: var(--color-red);
  --color-transparency-grid-light: #fafafa;
  --color-transparency-grid-dark: #e2e2e2;
  --color-workflow-edge-hover: #b1b7bd;
  /* code syntax highlighting — kept stock; the CI doesn't specify a code-syntax
     palette and these defaults are already tuned for readability/contrast */
  --color-syntax-keyword: #a73a00;
  --color-syntax-bool: #076872;
  --color-syntax-control: #7d5700;
  --color-syntax-name: #785900;
  --color-syntax-type: #ae2368;
  --color-syntax-number: #105ead;
  --color-syntax-operator: #a73a00;
  --color-syntax-regexp: #773dc5;
  --color-syntax-string: #456800;
  --color-syntax-comment: #506070;
  --color-syntax-invalid: #c00000;
  --color-syntax-link: var(--color-primary);
  --color-syntax-tag: #a73a00;
  --color-syntax-attribute: #6f41c5;
  --color-syntax-property: #2060a0;
  --color-syntax-variable: #944a00;
  --color-syntax-string-special: #7d5700;
  --color-syntax-escape: #785900;
  --color-syntax-entity: #6f41c5;
  --color-syntax-preproc: #2d6a4b;
  --color-syntax-preproc-file: #105ead;
  --color-syntax-decorator: #2d6a4b;
  --color-syntax-namespace: #555555;
  --color-syntax-name-pseudo: #6f41c5;
  --color-syntax-comment-special: #773dc5;
  --color-syntax-text: inherit;
  --color-syntax-text-alt: #47525b;
  --color-syntax-punctuation: inherit;
  --color-syntax-whitespace: #bbbbbb;
  --color-syntax-diff-fg: #000000;
  --color-syntax-deleted-bg: #ffdddd;
  --color-syntax-inserted-bg: #ddffdd;
  --color-syntax-emph: #8b5000;
  --color-syntax-strong: inherit;
  --color-syntax-heading: #7d5700;
  --color-syntax-subheading: #456800;
  --color-syntax-output: #506070;
  --color-syntax-prompt: #944a00;
  --color-syntax-traceback: #c00000;
  --color-syntax-matching-bracket-bg: #00b5ad38;
  --color-syntax-nonmatching-bracket-bg: #db282838;
  accent-color: var(--color-accent);
  color-scheme: light;
}

