/*
Theme Name: Fluoradyne Corporate
Theme URI: https://fluoradyne.com/
Author: David Gates
Author URI: https://fluoradyne.com/
Description: Custom lightweight WordPress theme for the Fluoradyne corporate site. Includes editable media and homepage content in the WordPress Customizer.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: fluoradyne-corporate
*/

:root {
  --fluor-bg: #0f1416;
  --fluor-surface: #172024;
  --fluor-surface-2: #1f2c31;
  --fluor-text: #edf3f3;
  --fluor-muted: #a8b7b8;
  --fluor-accent: #57c6b8;
  --fluor-accent-2: #d8b45a;
  --fluor-border: rgba(255,255,255,0.12);
  --fluor-shadow: 0 18px 50px rgba(0,0,0,0.28);
  --fluor-radius: 20px;
  --fluor-max: 1200px;
}
