/*
 * 
 *  PHP Version 8
 * 
 *  Author:               Michael Hamann [KaMi] (info@michaelhamann.org)
 *  ------
 *  Created Date:         Friday January 9th 2026
 *  Last Modified:        Friday January 9th 2026 06:52:18
 *  ------
 *  Copyright:            2024 - 2026
 *  -----------------
 * 
 */

:root {
  --color__bg__top: #0b1220;
  --color__bg__bottom: #070b14;

  --color__text: rgba(255, 255, 255, 0.92);
  --color__muted: rgba(255, 255, 255, 0.7);
  --color__muted2: rgba(255, 255, 255, 0.55);

  --color__surface: rgba(255, 255, 255, 0.06);
  --color__surface2: rgba(255, 255, 255, 0.08);
  --color__border: rgba(255, 255, 255, 0.1);

  --color__brand: #2c6bed;
  --color__ok: #2fbf71;
  --color__warn: #f5b942;
  --color__bad: #ff5d5d;

  --shadow__soft: 0 12px 30px rgba(0, 0, 0, 0.35);
  --radius__m: 16px;

  --layout__max: 1240px;
}
