@font-face {
  font-family: "Ubuntu";
  src: url("../assets/fonts/ubuntu-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/poppins-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

body,
button,
input,
select,
textarea {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ubuntu", Arial, sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
}

p,
li,
dt,
dd,
blockquote,
figcaption,
label,
small,
.subtitle,
.hero-copy,
.intro,
[class*="subtitle"] {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 300;
}
