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

:root {
    --font-primary: "Inter", system-ui, sans-serif;
}

html,
body {
    font-family: var(--font-primary) !important;
    font-weight: 400;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary) !important;
    font-weight: 650 !important;
    line-height: 1.35 !important;
}

p,
li,
td,
th,
input,
textarea,
select,
button,
a,
span,
div {
    font-family: var(--font-primary) !important;
}

p,
li,
td,
input,
textarea,
select,
button,
a,
span,
div {
    font-weight: 400;
    line-height: 1.6;
}

small,
label,
.label,
.helper,
.meta,
.badge,
.eyebrow,
.page-subtitle {
    font-weight: 500 !important;
    line-height: 1.55;
}

.panel,
section,
article,
aside,
.module-card,
.hero,
.history-card,
.transaction-card,
.action-card {
    margin-bottom: 28px;
}

p,
.lead,
.message,
.detail,
.subtitle,
.page-subtitle,
.info-box,
.helper,
.reassurance {
    text-align: left !important;
}

@media (max-width: 768px) {
    html,
    body {
        line-height: 1.58;
    }
}
