@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

/* ================================
   Font Variables
================================ */
:root {
  --font-primary: "Poppins", sans-serif;
  --font-secondary: "Poppins", sans-serif;
}

/* ================================
   Body & Text Elements ONLY
================================ */
body,
p,
span,
a,
li,
label,
small,
strong,
em,
blockquote,
cite,
address,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Poppins", sans-serif;
}

/* ================================
   Forms
================================ */
input,
textarea,
select,
button {
  font-family: "Poppins", sans-serif;
}

/* ================================
   Tables
================================ */
table,
th,
td,
caption {
  font-family: "Poppins", sans-serif;
}
