/*
 Theme Name:     Extendable Child
 Template:       extendable
 Description:    Ett child theme till Extendable.
 Author:         Jonatan Sahlin
 Version:        1.0
*/

/* Här kan du skriva dina egna CSS-ändringar nedan */

/* ===============================
   Grundstil för body - större text
   =============================== */

body {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  color: #222;
  margin: 0;
  padding: 0;
}

/* ===============================
   Rubriker
   =============================== */

h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 3.2rem;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: 2.8rem;
  margin-top: 1.4em;
  margin-bottom: 0.5em;
}

h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: 2.2rem;
  margin-top: 1.2em;
  margin-bottom: 0.5em;
}

h4 {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  font-size: 1.8rem;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

/* ===============================
   Paragrafer / brödtext
   =============================== */

p {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 1.2em;
  line-height: 1.8;
}

/* ===============================
   Produktbeskrivningar och liknande
   =============================== */

.product-description, .product p {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
}

/* ===============================
   Länkar
   =============================== */

a {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #222;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* ===============================
   Meny och navigering
   =============================== */

.menu-item, nav a {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 1.1rem;
}

/* ===============================
   Widgetrubriker
   =============================== */

.widget-title {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: 1.7rem;
  margin-bottom: 0.75em;
}

