/* ========================================
   GOOGLE FONT
======================================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');


/* ========================================
   BASE FONT FAMILY
======================================== */

body,
p,
li,
label,
input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}


/* ========================================
   BODY TEXT
======================================== */

body,
p,
li,
label,
input,
textarea,
select,
button {
  font-weight: 400;
  font-size: 14px;
  color: var(--color-text-muted);
  line-height: 1.6;
}

p {
  padding-bottom: 1rem;
}

strong {
  font-weight: 600;
}


/* ========================================
   HEADINGS
======================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  font-weight: 600;
  padding-bottom: 1rem;
}

h1 { font-size: 2.4rem; }
h2 { font-size: 1.8rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.2rem; font-weight: 500; }
h5 { font-size: 1rem; font-weight: 500; }
h6 { font-size: 0.85rem; font-weight: 500; }