@charset "UTF-8";
/*
Theme Name: Abisko Child
Version: 1.0
Template: abisko
*/

/* ===============================
   Layout
   =============================== */
.wp-singular .attachment-post-thumbnail {
  max-height: 90vh;
  object-fit: contain!important;
}

/* ===============================
   Typography
   =============================== */
a, li, p, button, span {
  font-weight: 400;
  font-family: "Plus Jakarta Sans", 'Zen Kaku Gothic New',sans-serif;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
  font-family: "Instrument Serif", 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
}

h1 {
}

h2 {
  margin: 60px 0 0;
}
h3 {
  margin: 40px 0 0;
}
