/* Custom Styles */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@300;400;500;700&family=Special+Elite&display=swap&family=Homemade+Apple&display=swap');

.header {
    font-size:18px !important;
    font-weight:500 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Special Elite", system-ui;
    font-weight: 400;
    font-style: normal;
}

p,
li,
a {
    font-family: "Barlow Semi Condensed", sans-serif !important;
    font-weight:400;
    font-style: normal;
}

.homemade-apple-regular {
  font-family: "Homemade Apple", cursive;
  font-weight: 400;
  font-style: normal;
}
