/* =====================================================================
   SITE THEME — Classic Gold  (default)
   The base tokens in site.css already describe this look, so this file
   only restates them. It exists so every theme is a real file and the
   loader never has a special case.
   ===================================================================== */
:root {
    --ink:        #14161a;
    --gold:       #e8b21a;
    --gold-dark:  #b88a0c;
    --paper:      #ffffff;
    --paper-2:    #f4f5f7;
    --radius:     4px;
    --display:    "Barlow Condensed", "Arial Narrow", sans-serif;
    --body:       "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
