/* ═══════════════════════════════════════════════════
   Shared font definitions
   Served from the shared assets server.
   Import via: <link> or @import from SHARED_URL/css/fonts.css
   ═══════════════════════════════════════════════════ */

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700;800;900&display=swap");

@font-face {
    font-family: "Orchestratio Sans";
    src: url("../fonts/OrchestratioSans-Logo.woff2") format("woff2"),
         url("../fonts/OrchestratioSans-Logo.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
