/*
Theme Name: DMA
Template: pondasi-theme
Description: CV. Duta Makmur Abadi on Pondasi Theme: logo red, logo indigo, charcoal and galvanised steel; Archivo and IBM Plex Mono.
Version: 1.0.0
Text Domain: dma-child
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* DMA's values of the Pondasi Theme tokens. --accent-mark is the exact logo red, for lines and marks;
   --accent is a touch deeper so white text on it meets WCAG AA (4.8:1 instead of 4.4:1). */
:root {
  --accent-mark: #ed1b24;
  --accent: #e3141d;
  --accent-dark: #bd0f17;
  --accent-on-dark: #ff8a8f;
  --second: #2d3091;
  --second-light: #4b4fb8;
  --second-pale: #e8e9f6;
  --second-tint-1: #f6f7fc;
  --second-tint-2: #e3e4f7;
  --second-tint-3: #c9cbf2;
  --second-tint-4: #c4c6f3;
  --ink: #23262b;
  --ink-deep: #17191d;
  --ink-soft: #3a3e45;
  --grey: #8a939e;
  --grey-light: #d5dae0;
  --mist: #eef1f4;
  --paper: #ffffff;
  --text: #22252a;
  --muted: #5a616b;

  --font-display: "Archivo", "Arial Narrow", system-ui, sans-serif;
  --font-ui: "Archivo", "Segoe UI", system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, "Cascadia Mono", Consolas, monospace;
}
