﻿/*<meta />*/

/* MadCap-Branding resources:/English/Templates/Projects/Empty.flprj/ */

:root {
  /* Fonts */
   --font-body: Arial, Helvetica, sans-serif;
   --font-spec-bold: "Arial Black"; /* used in spec/QSG headings */

  /* Black */
   --color-black: #000000;

  /* White */
   --color-white: #FFFFFF;

  /* Grays */
   --color-gray-main-bg: #F2F2F2;   /* Main topic background */
   --color-gray-light: #E0E0E0;     /* Light accents, dividers, hover */
   --color-gray-medium: #616161;    /* Borders, secondary text, TOC lines */
   --color-gray-dark: #333333;      /* Strong text, visited links */

  /* Blues */
   --color-blue-primary: #0073e6;
   --color-blue-link-focus: #0066cc;

  /* Yellows */
   --color-axon-gold: #FFD700;
   --color-yellow-light: #FFF8BF;

  /* Shadows */
	--shadow-button: 0 4px 8px rgba(0, 0, 0, 0.2); /* Button shadows (subtle, consistent) */
	--shadow-tile: 0 10px 20px rgba(0, 0, 0, 0.15); /* Tile shadows (used for hover cards, tiles) */
	--shadow-nav: 2px 2px 12px rgba(0, 0, 0, 0.15); /* Navigation menu shadows (dropdowns) */

 /*Zoom and transition effects */
	--scale-tile: 1.05;
	--transition-fast: 0.2s ease;
}