/* Rivmedia – self-hosted Archivo (UI and headings).
   functions.php serves this instead of Google Fonts when archivo-400.woff2 is
   present. Baloo 2 (wordmark accent) lives in fonts-baloo.css, enqueued only
   when its file exists. font-display: swap keeps text visible while loading. */
@font-face { font-family: "Archivo"; font-style: normal; font-weight: 300; font-display: swap; src: url("archivo-300.woff2") format("woff2"); }
@font-face { font-family: "Archivo"; font-style: normal; font-weight: 400; font-display: swap; src: url("archivo-400.woff2") format("woff2"); }
@font-face { font-family: "Archivo"; font-style: normal; font-weight: 600; font-display: swap; src: url("archivo-600.woff2") format("woff2"); }
@font-face { font-family: "Archivo"; font-style: normal; font-weight: 800; font-display: swap; src: url("archivo-800.woff2") format("woff2"); }
