/**
 * @file
 * Typography Styles
 */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
}

h2,
.node-page-title {
  font-size: 36px;
  font-weight: 900;
  color: #2c2c2c;
  line-height: 2.5rem;
  margin: 0 0 1rem 0;
}

h2 em,
h3 em {
  font-weight: 300;
}

h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 1rem 0;
}

h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 1rem 0;
}

p {
  margin: 0 0 1rem 0;
}

strong {
  font-weight: 900;
}

em {
  font-style: italic;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0 0 1rem 1rem;
}

ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ol {
  padding: 0 0 1rem 2rem;
}

ol li {
  margin: 0 0 0.5rem 0;
  padding: 0;
  list-style-type: decimal;
}

.content-container ul,
.content-container ol {
  margin: 0 0 0 1rem;
  line-height: 24px;
  list-style-type: disc;
}

.content-container p,
.content-container ul li,
.content-container ol li {
  line-height: 28px;
  list-style-type: disc;
}

.cm-guide .views-row {
  padding: 0 0 1rem 0;
  margin: 0 0 1rem 0;
  border-bottom: 1px dotted #ccc;
}

.page-node-type-content-management .node-page-title,
.cm-guide .views-row h2 {
  font-size: 32px;
  margin: 0;
  line-height: 1;
}

.page-node-type-content-management h3,
.cm-guide .views-row h3 {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0.5rem 0 0 0;
  line-height: 2;
}

.page-node-type-content-management p,
.cm-guide .views-row p {
  margin: 0;
}
