:root {
  /* Colors */
  --bg: #d2ebf4;
  --card: #ffffff;
  --button-text-color: #ffffff;
  --text: #1c3269;
  --text-muted: #888;
  --badge-bg: #d38e0d;
  --accent: #1c3269;
  --accent-hover: #36529b;
  --accent-light: #e8f5f9;
  --accent-highlight: rgba(100, 181, 210, 0.2);
  --input-bg: #faf9f7;

  --icon-svg-color: white;
  --error-color: red;
  --confirm-color: green;
  --message-text-color: white;

  --border: #b4b3ae;
  --dashboard-border-color: rgba(28, 50, 105, 0.15);

  /* Effects */
  --shadow: 0 4px 40px rgba(0, 0, 0, 0.08);
  --radius: 8px;

  /* Navigation */
  --nav-height: 64px;
  --toolbar-button-width: 130px;

  /* Fonts */
  --font-subtext: 14px;
  --font-default-size: 14px;
  --font-title-normal: 24px;
  --font-title-large: 32px;
  --font-title-xlarge: 48px;
  --font-monitor: 16px;

  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;

  --font-alphapipe-reg: "AlphaPipe", serif;
  --font-quicksand-reg: "QuickSandRegular", serif;
  --font-quicksand-bold: "QuicksandBold", serif;
  --font-form-input: "DM Sans", sans-serif;
}
