@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700;9..40,800&family=Space+Grotesk:wght@500;600;700&display=swap');

/* One typography system for every Provantrix workspace. */
:root {
    --pv-font-body: 'DM Sans', Arial, sans-serif;
    --pv-font-heading: 'Space Grotesk', 'DM Sans', Arial, sans-serif;
}

html,
body,
button,
input,
select,
textarea,
option,
table,
th,
td {
    font-family: var(--pv-font-body) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title,
.page-title,
.hero h1,
.hero h2,
.teamHero h1,
.auditHero h1,
.login-title,
.register-title {
    font-family: var(--pv-font-heading) !important;
}

code,
pre,
.barcodeValue,
.eanCode {
    font-family: 'DM Mono', 'DM Sans', monospace !important;
}
