/* Karla - Available weights: 400, 500, 600, 700, 800 */
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(karla-400.ttf) format('truetype');
}
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(karla-500.ttf) format('truetype');
}
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(karla-600.ttf) format('truetype');
}
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(karla-700.ttf) format('truetype');
}
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(karla-800.ttf) format('truetype');
}

/* Glegoo - Available weights: 400, 700 */
@font-face {
  font-family: 'Glegoo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(glegoo-400.ttf) format('truetype');
}
@font-face {
  font-family: 'Glegoo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(glegoo-700.ttf) format('truetype');
}

/* Apply fonts globally */
body,
button,
input,
select,
textarea {
  font-family: 'Karla', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Glegoo', serif !important;
}

.page-title,
.section-title,
.hero__title {
  font-family: 'Glegoo', serif !important;
}
