/*
Theme Name: Fencing King
Theme URI: https://notefencing.com
Author: Codex
Author URI: https://notefencing.com
Description: A sports analytics WordPress theme for a fencing performance app landing site.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: fencing-king
*/

:root {
  --fk-bg: #07111f;
  --fk-bg-soft: #0c1a2d;
  --fk-panel: rgba(9, 18, 33, 0.86);
  --fk-panel-strong: rgba(13, 27, 46, 0.94);
  --fk-line: rgba(255, 214, 102, 0.22);
  --fk-line-strong: rgba(255, 214, 102, 0.56);
  --fk-text: #f4f7fb;
  --fk-text-soft: #9ca8bb;
  --fk-gold: #ffd666;
  --fk-gold-strong: #f8bf3c;
  --fk-blue: #4cc3ff;
  --fk-danger: #ff6d5f;
  --fk-shadow: 0 24px 70px rgba(0, 0, 0, 0.4);
  --fk-radius: 24px;
  --fk-radius-sm: 16px;
  --fk-wrap: min(1180px, calc(100vw - 40px));
  --fk-font-heading: "Arial Narrow", "Helvetica Neue", sans-serif;
  --fk-font-body: "Trebuchet MS", "Segoe UI", sans-serif;
}
