/*
  Racing For Heroes — consolidated base styles
  Replaces the old per-page inline Divi blocks (fonts, background).
  Font faces load from Google Fonts; Divi layout CSS lives in
  style-static.min.css; the RFH brand skin lives in rfh-theme.css.
  ------------------------------------------------------------
  Copyright (c) 2026 ULXI (https://www.ulxi.com). All rights reserved.
  Support: admin@ulxi.com
  ------------------------------------------------------------
*/

/* ===== Fonts (was: et-divi-open-sans + googlefonts-cached inline) ===== */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400&display=swap');

/* ===== Site background (was: custom-background-css) ===== */
body.custom-background {
  background-color: #000000;
}
