/* =========================
   MONTSERRAT
========================= */

/* Regular */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/montserrat-v29-latin-regular.woff2') format('woff2');
}

/* SemiBold */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/montserrat-v29-latin-600.woff2') format('woff2');
}

/* Bold */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/montserrat-v29-latin-700.woff2') format('woff2');
}

/* =========================
   LATO
========================= */

/* Regular */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/lato-v24-latin-regular.woff2') format('woff2');
}

/* Italic */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/lato-v24-latin-italic.woff2') format('woff2');
}

/* Bold */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/lato-v24-latin-700.woff2') format('woff2');
}

/* Bold Italic */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/lato-v24-latin-700italic.woff2') format('woff2');
}

/* =========================
   APPLY FONTS
========================= */

body {
  font-family: 'Lato', Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', Helvetica, sans-serif;
  font-weight: 600;
}

button,
.wgl_button_link,
.cli-btn,
input,
select,
textarea {
  font-family: 'Montserrat', Helvetica, sans-serif;
}
