/* Bugatti Marble — Substitute Webfonts
 *
 * The three proprietary Bugatti typefaces (Display, Text Regular, Monospace)
 * are not publicly licensed. Per the brand guidelines, these Google Fonts are
 * the documented closest substitutes and preserve the three-family split:
 *   Bugatti Display      -> Saira Condensed
 *   Bugatti Text Regular -> Cormorant Garamond
 *   Bugatti Monospace    -> JetBrains Mono
 * Replace these @font-face rules with the real Bugatti font binaries when licensed.
 */
@import url("https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@400;500&family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400&family=JetBrains+Mono:wght@400;500&display=swap");
