@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Barlow:ital,wght@0,600;0,700;1,600;1,700&display=swap');

:root {
    --bs-body-font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
    font-family: var(--bs-body-font-family);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, .navbar-brand {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.navbar-brand {
    font-size: 1.5rem;
    text-transform: uppercase;
}

.card-header h2, .card-header h3 {
    margin-bottom: 0;
}
