/* =============================================================================
   PROPRIETARY & CONFIDENTIAL
   Rahimli Tech Solutions (https://rahimli.pro)
   =============================================================================
   Brand design tokens — single source of truth for the brand palette.

   Linked by EVERY page on the site (index, la, tural, nigar, privacy, 404),
   regardless of which visual system that page otherwise uses. If the brand
   orange or amber ever needs to change, edit it here once — not in six
   different <style> blocks.

   Do NOT redeclare --orange / --amber inside a page's own <style> block.
   A page is free to define its own additional tokens (colors, fonts, radii)
   alongside these — this file only owns the two brand colors.
   ============================================================================= */

:root{
  --orange:#FF7701;
  --amber:#FFA900;
}
