/* =====================================================================
   CLOUDESTA BRAND — EDIT ONLY THIS FILE
   ---------------------------------------------------------------------
   Set @brand to Cloudesta's exact primary hex. Everything else derives
   from it, so this is usually the only line you ever change.
   After editing, recompile:  bin/updatecss.sh --dir skins/cloudesta
   ===================================================================== */

@brand:             #1A73E8;            // <-- CHANGE ME to Cloudesta's primary hex
@brand-strong:      darken(@brand, 12%);

/* Map Elastic's accent variables onto the Cloudesta brand.
   These names come straight from Elastic's styles/colors.less */
@color-main:        @brand;
@color-main-dark:   darken(@brand, 35%);
@color-link:        @brand;
@color-link-hover:  @brand-strong;
