/* HR Elites — Lora (headings) + Plus Jakarta Sans (body) */

:root {
  --hre-font-heading: 'Lora', serif;
  --hre-font-body: 'Plus Jakarta Sans', sans-serif;
}

html {
  font-family: var(--hre-font-body);
}

body,
p,
li,
span,
a,
button,
input,
textarea,
select,
label,
td,
th,
nav,
footer,
header {
  font-family: var(--hre-font-body);
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
  font-family: var(--hre-font-heading);
  font-weight: 600;
}

.typewriter-text,
.text-shimmer,
.text-transparent,
.text-gradient {
  font-family: var(--hre-font-heading);
}
