/*
 * Custom brand button styles (not part of LittleLink core/extended).
 * Add your own .button-<name> rules here and reference them with
 * `"brand": "<name>"` (or `"color": "<name>"`) in littlelink.json.
 */

/* Dyjix (hosting) — gradient from the logo blues (dodgerblue -> darkslateblue) */
.button-dyjix {
  --button-text: #ffffff;
  --button-background: #247CEC;
  background-image: linear-gradient(135deg, #247CEC 0%, #093176 100%);
}

/* HOLY (fr.holy.com) — matches their own site buttons: black wordmark
   logo, white background, bold black text/border. */
.button-holy {
  --button-text: #000000;
  --button-background: #ffffff;
  --button-border: 2px solid #000000;
  font-weight: 700;
}
