/* Custom css to fit embedding at
https://www.lararforbundet.se/basta-skolkommun
*/
/* SETUP FONTS */
@font-face {
    font-family: "DINWebPro-Medium";
    src: url("DINWebPro-Medium.woff") format('woff');
}

body {
  background-color: #feebf3;
}
article {
  max-width: 840px;
  padding: 0 30px;
  margin: 0 auto 1em;
}

/* HEADING */
h1 {
  color: #b43c8e !important;
  font-family: DINWebPro-Medium, sans-serif;
  font-size: 24px !important;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 20px;
}
/* Desktop */
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 30px !important;
    line-height: 1.1;
  }
}


/* BODY */
#talking-points {
  color: #444;
  font-size: 15px;
  line-height: 1.84;
  padding-top: .5em;
}
#talking-points > li {
  margin-bottom: 10px;
}
/* Desktop */
@media only screen and (min-width: 768px) {
  #talking-points {
    font-size: 17px;
    line-height: 1.84;
  }
}
