@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");
:root{
  --font-ui:"Manrope","Segoe UI Variable Text","Segoe UI",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
  --font-display:"Manrope","Segoe UI Variable Display","Segoe UI",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
}
html{font-family:var(--font-ui);font-synthesis:none}
body,button,input,select,textarea{font-family:var(--font-ui)}
h1,h2,h3,h4,h5,h6,.brand,.brand-wordmark,.mobile-brand,.mobile-brand-wordmark,.admin-brand{font-family:var(--font-display)}
