/**
 * @file
 * Typography styles — Poppins + Rubik to match campus10.
 */

body {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.714;
  color: #3e3e3e;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1.3;
  color: #282828;
  margin-top: 0;
  margin-bottom: 0.5em;
}

h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

p {
  margin-top: 0;
  margin-bottom: 1em;
}

strong, b {
  font-weight: 600;
}

.block-title,
.block h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.page-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #282828;
}
