@font-face {
  font-family: "Helvetica LT Neue";
  src: url("fonts/HelveticaLTNeue.woff2") format("woff2"),
       url("fonts/HelveticaLTNeue.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body{
  margin:0;
  background:#f6f3ea;
  color:#111;
  font-family:Georgia,"Times New Roman",serif;
  line-height:1.55;
}

header,main,footer{
  max-width:860px;
  margin:auto;
  padding:1.25rem;
}

header{
  border-bottom:1px solid #111;
}

h1, h2, h3 { font-family: "Helvetica LT Neue", Helvetica, Arial, sans-serif;
}

h1{
  margin:0;
  letter-spacing:.12em;
}

.tagline{
  margin:.3rem 0 0;
  letter-spacing:.06em;
}

.hero{
  border-bottom:1px solid #111;
  padding-bottom:1rem;
}

.byline,.authority,.revision{
  font-size:.95rem;
  letter-spacing:.02em;
}

.section{
  border-bottom:1px solid #111;
  padding:1.25rem 0;
}

.workshop-note{
  border-top:1px solid #111;
  border-bottom:1px solid #111;
  padding:1rem 0;
  margin:1.5rem 0;
}

.authority-strip{
  border-top:1px solid #111;
  padding-top:1rem;
  margin-top:2rem;
}

a{
  color:#111;
  text-decoration:underline;
}
@font-face {
  font-family: "Helvetica LT Neue";
  src: url("fonts/HelveticaLTNeue.woff2") format("woff2"),
       url("fonts/HelveticaLTNeue.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

h1, h2 {
  font-family: "Helvetica LT Neue", Helvetica, Arial, sans-serif;

}


}
h1, h2, h3 {
  font-family: ' "Helvetica LT Neue"', 'Helvetica LT Neue', Arial, sans-serif;
  letter-spacing: 0.5px;
}

body {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.6;
  color: #222;
}

h1, h2, h3 {
  font-weight: normal;
  margin-top: 1.5em;
}

p {
  max-width: 70ch;
}

table.price-list {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
  font-size: 0.95em;
}

table.price-list th,
table.price-list td {
  padding: 0.5em 0.6em;
  border-bottom: 1px solid #ccc;
  text-align: left;
  vertical-align: top;
}

table.price-list th {
  font-weight: bold;
  border-bottom: 2px solid #999;
}

table.price-list tbody tr:hover {
  background-color: #f7f7f7;
}

section.gallery {
  margin: 2em 0;
}

section.gallery figure {
  margin: 1.5em 0;
}

section.gallery img {
  max-width: 100%;
  height: auto;
  display: block;
  border: 1px solid #ccc;
}


section.gallery figcaption {
  font-size: 0.9em;
  margin-top: 0.4em;
  color: #444;
}

section.gallery figcaption em {
  color: #666;
}

section.editorial {
  margin: 2em 0;
  padding-left: 1em;
  border-left: 3px solid #ccc;
}

section.editorial p {
  margin-top: 0.5em;
}

p.note {
  font-size: 0.9em;
  color: #555;
  margin: 1em 0;
}

