/* TorqSync — type. Prefer the <link> form in production:
   <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
   <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&family=Barlow+Condensed:wght@500;600;700&display=swap"> */
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&family=Barlow+Condensed:wght@500;600;700&display=swap");

:root {
  --ts-font-head: "Barlow Condensed", system-ui, sans-serif;
  --ts-font-body: "Barlow", system-ui, sans-serif;
}
body { font-family: var(--ts-font-body); }
h1,h2,h3,h4,h5,h6,.navbar-brand,.btn { font-family: var(--ts-font-head); font-weight: 600; }
