/**
Theme Name: Annie Murphy Paul
Author: OUTTHINK
Author URI: https://outthinkgroup.com
Description: A theme for Annie Murphy Paul
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: annie-murphy-paul
Template: astra
*/

:root {
  --copy: linotype-sabon, sans-serif;
  --heading: futura-pt, sans-serif;
}

body #page {
  font-family: var(--copy);
  font-style: normal;
}

#page h1,
#page h2,
#page h3,
#page h4,
#page h5,
#page h6 {
  font-family: var(--heading);

  font-style: normal;
}

html {
  font-size: 100%;
} /*16px*/

body {
  line-height: 1.75;
}

#page p {
  margin-bottom: 1rem;
}

#page h1,
#page h2,
#page h3,
#page h4,
#page h5 {
  margin: 3rem 0 1.38rem;
  line-height: 1.3;
}

#page h1 {
  margin-top: 0;
  font-size: 3.052rem;
}
h2 {
  font-size: 2.441rem;
}
h3 {
  font-size: 1.953rem;
}
h4 {
  font-size: 1.563rem;
}
h5 {
  font-size: 1.25rem;
}
small,
#page .text_small {
  font-size: 0.8rem;
}

.heading,
.heading * {
  font-family: var(--heading);
}
.copy,
.copy * {
  font-family: var(--copy);
}
