/*
 * Tipografi global RSUD H. Moh. Ruslan.
 * Kelas ikon tidak disentuh agar Font Awesome dan Flaticon tetap tampil.
 */
:root {
    --font-family-sans-serif: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html,
body,
button,
input,
select,
textarea,
.btn,
.navbar,
.dropdown-menu,
.tooltip,
.popover {
    font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
label,
small,
strong,
th,
td,
li,
.section-title,
.title-rs-ruslan,
.under-nav-title,
.under-nav-content,
.text-title,
.text-content {
    font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

body {
    font-weight: 400;
    letter-spacing: -.01em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: -.025em;
}

button,
.btn,
.nav-link,
.dropdown-item {
    letter-spacing: 0;
}
