/* ============================================================
   BluOcean brand overrides
   ------------------------------------------------------------
   1. Drop your corporate font files into  public/brand/fonts/
   2. Uncomment and adjust the @font-face blocks below
   3. Replace public/brand/logo.svg with the real BluOcean logo
   4. Optionally override the color variables to match brand guidelines
   ============================================================ */

/*
@font-face {
  font-family: "BluOcean Display";
  src: url("/brand/fonts/BluOcean-Display.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "BluOcean Text";
  src: url("/brand/fonts/BluOcean-Text.woff2") format("woff2");
  font-weight: 400 600;
  font-display: swap;
}

:root {
  --brand-display: "BluOcean Display";
  --brand-body: "BluOcean Text";
  --font-display: var(--brand-display), sans-serif;
  --font-body: var(--brand-body), sans-serif;

  --ink:    #0a1b2a;   /* primary dark   */
  --ocean:  #0e63b5;   /* primary brand  */
  --signal: #23c4ce;   /* accent         */
}
*/
