/*
Theme Name: Apex Survival
Theme URI: https://apexsurvival.online
Author: Apex Survival
Description: Custom dark/red WordPress theme for the Apex Survival Rust server.
Version: 1.0.4
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: apex-survival
*/

:root {
  --apex-red: #e3342f;
  --apex-red-2: #ff514b;
  --apex-bg: #090b0f;
  --apex-panel: #10141b;
  --apex-panel-2: #151b24;
  --apex-text: #f3f5f7;
  --apex-muted: #9ca6b2;
  --apex-line: rgba(255,255,255,.08);
}
