/*
 Theme Name:   Kale MoedeloosMama
 Template:     kale
*/
@import url("../kale/style.css");

/* MoedeloosMama stijlaanpassingen */
body {
  background-color: #F6F6F6;
  color: #3F4A5A;
  font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  color: #3F4A5A;
}

a {
  color: #3F4A5A;
}

.site-header, .site-footer {
  background-color: #F6F6F6;
}

button, input[type="submit"] {
  background-color: #B8C7D1;
  color: #3F4A5A;
  border: none;
  padding: 10px 20px;
  font-family: 'Montserrat', sans-serif;
}

blockquote {
  font-style: italic;
  background: #F6F6F6;
  border-left: 4px solid #DAD2C8;
  margin: 1em 0;
  padding: 0.5em 1em;
}