/* ===== FONTS ===== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,400;1,100&display=swap');

/* ==========================================================
   MERRIWEATHER — FULL FAMILY (LOCAL)
   ========================================================== */

/* 300 */
@font-face{
  font-family:"Merriweather";
  font-style:normal;
  font-weight:300;
  font-display:swap;
  src:url("../fonts/merriweather/merriweather-v30-latin-300.woff2") format("woff2"),
      url("../fonts/merriweather/merriweather-v30-latin-300.woff") format("woff");
}
@font-face{
  font-family:"Merriweather";
  font-style:italic;
  font-weight:300;
  font-display:swap;
  src:url("../fonts/merriweather/merriweather-v30-latin-300italic.woff2") format("woff2"),
      url("../fonts/merriweather/merriweather-v30-latin-300italic.woff") format("woff");
}

/* 400 */
@font-face{
  font-family:"Merriweather";
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url("../fonts/merriweather/merriweather-v30-latin-regular.woff2") format("woff2"),
      url("../fonts/merriweather/merriweather-v30-latin-regular.woff") format("woff");
}
@font-face{
  font-family:"Merriweather";
  font-style:italic;
  font-weight:400;
  font-display:swap;
  src:url("../fonts/merriweather/merriweather-v30-latin-italic.woff2") format("woff2"),
      url("../fonts/merriweather/merriweather-v30-latin-italic.woff") format("woff");
}

/* 700 */
@font-face{
  font-family:"Merriweather";
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url("../fonts/merriweather/merriweather-v30-latin-700.woff2") format("woff2"),
      url("../fonts/merriweather/merriweather-v30-latin-700.woff") format("woff");
}
@font-face{
  font-family:"Merriweather";
  font-style:italic;
  font-weight:700;
  font-display:swap;
  src:url("../fonts/merriweather/merriweather-v30-latin-700italic.woff2") format("woff2"),
      url("../fonts/merriweather/merriweather-v30-latin-700italic.woff") format("woff");
}

/* 900 */
@font-face{
  font-family:"Merriweather";
  font-style:normal;
  font-weight:900;
  font-display:swap;
  src:url("../fonts/merriweather/merriweather-v30-latin-900.woff2") format("woff2"),
      url("../fonts/merriweather/merriweather-v30-latin-900.woff") format("woff");
}
@font-face{
  font-family:"Merriweather";
  font-style:italic;
  font-weight:900;
  font-display:swap;
  src:url("../fonts/merriweather/merriweather-v30-latin-900italic.woff2") format("woff2"),
      url("../fonts/merriweather/merriweather-v30-latin-900italic.woff") format("woff");
}

/* ==========================================================
   BASETICA FONT FACES (LOCAL)
   ========================================================== */

@font-face{
  font-family:"Basetica";
  font-style:normal;
  font-weight:200;
  font-display:swap;
  src:url("../fonts/basetica/basetica%20-%20thin-205tf.woff2") format("woff2"),
      url("../fonts/basetica/basetica%20-%20thin-205tf.woff") format("woff");
}

@font-face{
  font-family:"Basetica";
  font-style:normal;
  font-weight:300;
  font-display:swap;
  src:url("../fonts/basetica/basetica%20-%20light-205tf.woff2") format("woff2"),
      url("../fonts/basetica/basetica%20-%20light-205tf.woff") format("woff");
}

@font-face{
  font-family:"Basetica";
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url("../fonts/basetica/basetica%20-%20regular-205tf.woff2") format("woff2"),
      url("../fonts/basetica/basetica%20-%20regular-205tf.woff") format("woff");
}

@font-face{
  font-family:"Basetica";
  font-style:italic;
  font-weight:400;
  font-display:swap;
  src:url("../fonts/basetica/basetica%20-%20italic-205tf.woff2") format("woff2"),
      url("../fonts/basetica/basetica%20-%20italic-205tf.woff") format("woff");
}

@font-face{
  font-family:"Basetica";
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url("../fonts/basetica/basetica%20-%20medium-205tf.woff2") format("woff2"),
      url("../fonts/basetica/basetica%20-%20medium-205tf.woff") format("woff");
}

@font-face{
  font-family:"Basetica";
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url("../fonts/basetica/basetica%20-%20bold-205tf.woff2") format("woff2"),
      url("../fonts/basetica/basetica%20-%20bold-205tf.woff") format("woff");
}

@font-face{
  font-family:"Basetica";
  font-style:normal;
  font-weight:800;
  font-display:swap;
  src:url("../fonts/basetica/basetica%20-%20black-205tf.woff2") format("woff2"),
      url("../fonts/basetica/basetica%20-%20black-205tf.woff") format("woff");
}
/* ===== FONTS ===== */