@import url('https://fonts.googleapis.com/css2?family=Comforter+Brush&display=swap');
:root {
  --default-color: #000;
  --font-sans-serif: Arial,Helvetica,sans-serif;
}
h1,h2,h3,h4,h5,h6 {
  font-family:var(--font-sans-serif);
  color:var(--default-color);
}
p,ul,ol,li,a,
.hero {
  font-family:var(--font-sans-serif);
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
ul.menu-list {
  list-style-type: none;
}
ul.menu-list li {
  line-height:1.2;
}
ol, ul {
  display: block;
  margin: 0;
  padding: 0 0 0 1.0em;
}
p {
  font-size:1rem;
  line-height:1.5;
  margin-bottom:6px;
  text-align:left;
}
h1,h2,h3,h4,h5,h6 {
  display: block;
  font-weight:600;
  margin-left: 0;
  margin-right: 0;
  padding:0;
}
h1 {
  font-size: 2rem;
  margin:0.75rem 0 0.3rem;
}
h2 {
  font-size: 1.75rem;
  margin:0.75rem 0 0.3rem;
}
h3 {
  font-size: 1.5rem;
  margin:0.75rem 0 0.3rem;
}
h4 {
  font-size: 1.2rem;
  margin:0.75rem 0 0.3rem;
}
h5 {
  font-size: 1.1rem;
  margin:0.75rem 0 0.3rem;
}
h6 {
  font-size: 1rem;
  margin:0.75rem 0 0.3rem;
}
b {
  font-weight:600;
}
blockquote {
  border:1px solid #EBEBEB;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  text-align:left;
  font-size: 0.8em;
  font-style: italic;
  margin: 0.25em 0 0.75em 0;
  padding: 0.25em 0.5em 0.5em 40px;
  line-height: 1.2;
  position: relative;
  color: #383838;
  background-color:#FFF;
}
blockquote:before {
  font-family: Georgia, serif;
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: 0px;
  top: -10px;
  color: #7a7a7a;
}
blockquote:after {
  content: "\2013 \2009" attr(cite);
  display: block;
  text-align: right;
  font-size: 0.875em;
  color: #e74c3c;
  color: #999999;
}
.is-no-margin {
  margin:0!important;
}
.is-no-padding {
  padding:0!important;
}
.is-normal {
  font-weight:400;
}
.is-strong {
  font-weight:700;
}
.is-center,
.is-centered {
  width:100%;
  text-align:center;
}
.is-left {
  text-align:left;
}
.is-right {
  text-align:right;
}
.color-white {
  color:#fff !important;
}
.color-black {
  color:#000 !important;
}
.handwriting {
  font-family: 'Permanent Marker', cursive;
  font-weight:400;
}
.title.handwriting {
  font-size:3rem;
}
.stroke {
  text-shadow:
   -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}
.stroke-white {
  text-shadow:
   -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
     1px 1px 0 #fff;
}
.brush {
  font-family: 'Comforter Brush', cursive;
  font-size:96px !important;
  font-weight:600 !important;
  margin-bottom: .1em !important;
}
