/* Headers via https://patorjk.com/software/taag/#p=display&f=Doh */

/* Setting 'font-size' at 62.5% means that 1rem now equals 10pt/10px. */
:root {
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
}

/*

dddddddd
hhhhhhh                                                            d::::::d
h:::::h                                                            d::::::d
h:::::h                                                            d::::::d
h:::::h                                                            d:::::d
 h::::h hhhhh           eeeeeeeeeeee    aaaaaaaaaaaaa      ddddddddd:::::d     eeeeeeeeeeee    rrrrr   rrrrrrrrr       ssssssssss
 h::::hh:::::hhh      ee::::::::::::ee  a::::::::::::a   dd::::::::::::::d   ee::::::::::::ee  r::::rrr:::::::::r    ss::::::::::s
 h::::::::::::::hh   e::::::eeeee:::::eeaaaaaaaaa:::::a d::::::::::::::::d  e::::::eeeee:::::eer:::::::::::::::::r ss:::::::::::::s
 h:::::::hhh::::::h e::::::e     e:::::e         a::::ad:::::::ddddd:::::d e::::::e     e:::::err::::::rrrrr::::::rs::::::ssss:::::s
 h::::::h   h::::::he:::::::eeeee::::::e  aaaaaaa:::::ad::::::d    d:::::d e:::::::eeeee::::::e r:::::r     r:::::r s:::::s  ssssss
 h:::::h     h:::::he:::::::::::::::::e aa::::::::::::ad:::::d     d:::::d e:::::::::::::::::e  r:::::r     rrrrrrr   s::::::s
 h:::::h     h:::::he::::::eeeeeeeeeee a::::aaaa::::::ad:::::d     d:::::d e::::::eeeeeeeeeee   r:::::r                  s::::::s
 h:::::h     h:::::he:::::::e         a::::a    a:::::ad:::::d     d:::::d e:::::::e            r:::::r            ssssss   s:::::s
 h:::::h     h:::::he::::::::e        a::::a    a:::::ad::::::ddddd::::::dde::::::::e           r:::::r            s:::::ssss::::::s ,,,,,,
 h:::::h     h:::::h e::::::::eeeeeeeea:::::aaaa::::::a d:::::::::::::::::d e::::::::eeeeeeee   r:::::r            s::::::::::::::s  ,::::,
 h:::::h     h:::::h  ee:::::::::::::e a::::::::::aa:::a d:::::::::ddd::::d  ee:::::::::::::e   r:::::r             s:::::::::::ss   ,::::,
 hhhhhhh     hhhhhhh    eeeeeeeeeeeeee  aaaaaaaaaa  aaaa  ddddddddd   ddddd    eeeeeeeeeeeeee   rrrrrrr              sssssssssss     ,:::,,
                                                                                                                                    ,:::,
                                                                                                                                    ,,,,
                             tttt
                          ttt:::t
                          t:::::t
                          t:::::t
    eeeeeeeeeeee    ttttttt:::::ttttttt        cccccccccccccccc
  ee::::::::::::ee  t:::::::::::::::::t      cc:::::::::::::::c
 e::::::eeeee:::::eet:::::::::::::::::t     c:::::::::::::::::c
e::::::e     e:::::etttttt:::::::tttttt    c:::::::cccccc:::::c
e:::::::eeeee::::::e      t:::::t          c::::::c     ccccccc
e:::::::::::::::::e       t:::::t          c:::::c
e::::::eeeeeeeeeee        t:::::t          c:::::c
e:::::::e                 t:::::t    ttttttc::::::c     ccccccc
e::::::::e                t::::::tttt:::::tc:::::::cccccc:::::c
 e::::::::eeeeeeee        tt::::::::::::::t c:::::::::::::::::c
  ee:::::::::::::e          tt:::::::::::tt  cc:::::::::::::::c
    eeeeeeeeeeeeee            ttttttttttt      cccccccccccccccc

Headers, etc.

*/

* {
  font-size: 100%;
  line-height: 1.6;
  font-family: 'Outfit';
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  p {
    font-size: 1.125rem;
  }
}

h1,
h1 * {
  font-size: 4rem;
  font-family: 'Outfit';
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  h1,
  h1 * {
    font-size: 2.5rem;
  }
}

h2,
h2 * {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  h2,
  h2 * {
    font-size: 1.5rem;
  }
}

h3,
h3 * {
  font-size: 1.75rem;
  font-family: 'Outfit';
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  h3,
  h3 * {
    font-size: 1.25rem;
  }
}

h4,
h4 * {
  font-size: 1.5rem;
  font-family: 'Outfit';
  font-weight: 700;
  line-height: 1.25;
}

h5,
h5 * {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
}

h6,
h6 * {
  font-size: 0.75rem;
  font-weight: 700;
}

strong,
b,
.font-weight-700 {
  font-weight: 700;
}

address {
  font-style: normal;
}

a {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
}

.entry-content p a,
.entry-content li a,
.text-decoration-underline {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.text-transform-uppercase {
  text-transform: uppercase;
}

.tight,
.tight * {
  line-height: 1.1;
}

.tight-ish,
.tight-ish * {
  line-height: 1.2;
}

.constrained {
  max-width: 650px !important;
}

.glow {
  text-shadow: 0 0 5px var(--wp--preset--color--black);
}

.line-height-normal {
  line-height: normal;
}

@media screen and (max-width: 991px) {
  .post-card .excerpt {
    font-size: 0.875rem;
  } 
}