/*
 * Standarisasi Tipografi SD Negeri Tanjung 2 V1.8.0
 * Pengembang : Hasan Basri | cvbcd.ID
 */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,700&family=Roboto+Mono:wght@400;500;600;700&display=swap');

:root {
  --font-sans: "Roboto", "Segoe UI", Arial, Helvetica, sans-serif;
}

html {
  font-family: var(--font-sans);
  font-size: 100%;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

button,
input,
select,
textarea {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
label,
.btn,
button {
  font-family: var(--font-sans) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

p,
li,
dd,
td,
.desc,
.lead {
  text-wrap: pretty;
}

::placeholder {
  font-family: var(--font-sans);
  opacity: .72;
}

code,
kbd,
samp,
pre {
  font-family: "Roboto Mono", Consolas, "Courier New", monospace;
}
