* {
  margin: 0;
  padding: 0;
  line-height: unset;
}

html, body { height: 100%; }

input {
  -webkit-appearance: none;
}

@font-face {
  font-family: 'Chicago';
  src: url('/fonts/chicago.woff2') format('woff2'),
       url('/fonts/chicago.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0 80px;
  padding: 0;
  font-family: "Times New Roman", serif;
  font-size: 16px;
  background: url("/images/pixelb.png") repeat-x;
}

/* ripped sheets of paper */
#all {
  padding: 20px 0;
  width: 700px;
  margin: 0 auto !important;
  position: relative;
}
#boxes > div {
  margin-top: 20px;
  font-family: Verdana, sans-serif;
}
#boxes p {
  margin: 0;
  padding: 4px;
  font-size: 12px;
  font-style: bold;
}
.h-feed #intro,
.h-feed #blogroll {
  position: relative;
  float: right;
  clear: both;
  width: 220px;
  margin: 0 -100px 60px -120px;
}
.h-feed #archives,
.h-feed #footer {
  position: relative;
  float: left;
  clear: both;
  width: 180px;
  margin: 0 20px 0 -100px;
}
.h-feed #intro {
  margin-bottom: 100px;
}
#blogroll {
  margin-right: -160px;
  margin-left: -60px;
}
.h-feed #archives {
  margin-bottom: 300px;
}
#intro, #archives {
  text-align: center;
}
#boxes select {
  width: 140px;
}
#boxes .spaceout {
  display: block;
  margin: 0 auto;
}
#chip {
  margin-top: 30px;
}
#blog .rip {
  display: inline-block;
  max-width: 510px;
  margin-bottom: 8px;
  position: relative;
}
#blog .rip + .h-entry {
  display: none;
}
.focus > div > .graphic,
.post > div > .graphic,
.post > div > .preview {
  display: block;
  overflow: hidden;
  width: 510px;
  text-align: center;
  margin-left: 12px;
  margin-bottom: -34px;
  position: relative;
}
#blog .post > div > .preview {
  border: 4px inset;
}
article {
  padding: 8px;
  position: relative;
}
#blog .rip h3,
#blog .rip header,
#blog .rip .reply-context,
#blog .rip .reply-context p {
  display: inline;
}
#blog .quote,
#blog .rip .e-content,
#blog footer,
#blog .attached,
#blog .webmention-post {
  display: none;
}
#blog .rip > a,
#blog .graphic > a,
#blog .preview > a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: url(/images/blog/magnify.cur), zoom-in;
}
#blog .post:nth-child(10n) .rip {
  margin-left: -18px;
}
#blog .post:nth-child(10n+1) .rip {
  margin-left: 18px;
}
#blog .post:nth-child(10n+2) .rip {
  margin-left: -32px;
}
#blog .post:nth-child(10n+3) .rip {
  margin-left: -8px;
}
#blog .post:nth-child(10n+4) .rip {
  margin-left: -38px;
}
#blog .post:nth-child(10n+5) .rip {
  margin-left: 28px;
}
#blog .post:nth-child(10n+6) .rip {
  margin-left: -18px;
}
#blog .post:nth-child(10n+7) .rip {
  margin-left: 18px;
}
#blog .post:nth-child(10n+8) .rip {
  margin-left: -8px;
}
#blog .post:nth-child(10n+9) .rip {
  margin-left: 32px;
}
.graphic img,
.e-content img {
  max-width: 100%;
}

/* focused article style */
.focus {
  position: absolute;
  top: 0;
  left: 0;
}
.focus {
  max-width: 570px;
  font-size: 18px;
}
.h-feed .focus {
  opacity: 0;
  transform: scale(0) skew(15deg);
  transform-origin: top center;
}
#fence {
  visibility: hidden;
  opacity: 0;
  background: url("/images/blog/fence-4x4z.png");
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: opacity 1s, visibility 1s;
}
#fence.appear {
  visibility: visible;
  opacity: 1;
}
.one .focus {
  padding-top: 40px;
}
.one #intro {
  position: fixed;
  margin-left: 600px;
}
.one #archives {
  position: fixed;
  margin-top: 600px;
  margin-left: -100px;
}
.focus .date-tab {
  display: none;
}
.focus .preview {
  margin-bottom: 0;
}
.focus .p-summary {
  display: none;
}
.focus .rip > article,
.focus .box {
  padding: 16px;
  margin-top: -10px;
}
.focus .reply-context > p:after {
  content: ":";
}
.focus .box,
.focus footer {
  float: right;
  width: 100%;
  display: block;
}
.focus .box:first-of-type {
  margin-top: 10px;
}
.focus .box:nth-of-type(2n+1) {
  margin-right: -120px;
}
.focus footer {
  width: 570px;
  margin-right: -20px;
}
footer {
  margin-top: 20px;
  padding: 12px 0 8px 0;
}
.meta .h-card {
  display: none;
}
.attached {
  clear: both;
  margin: 0 -50px 0px 50px;
}

/* short page header styles */
.page #all {
  width: 850px;
}
#short h1 {
  text-align: center;
  margin: 10px 0;
  font-size: 24px;
  text-decoration: none !important;
}
#short h1 a {
  color: black;
  text-decoration: none;
}
.page #all .note {
  margin-top: 12px;
}
.page header > h3 a {
  color: #1c0;
  text-decoration: none;
}

/* variety of post styles */
.pinned-post,
.page #all .note {
  font-family: 'Chicago', sans-serif !important;
  font-size: 12px;
  background-color: #f7fcfc;
  padding: 10px !important;
  border: solid 1px #1cc;
  box-shadow: 4px 3px 0 0 #6ff;
  margin-bottom: 8px;
}
.pinned-post {
  width: 510px;
  position: relative;
}
.pinned-post > p:first-child {
  display: block;
  text-align: center;
  /*
  position: absolute;
  padding: 2px 4px;
  top: 80px;
  left: -106px;
  transform: rotate(270deg);
  */
}
.pinned-post.e-content ul,
.pinned-post.e-content p {
  margin: 0;
}
/*
.pinned-post span {
  font-family: sans-serif;
  font-size: 10px;
}
*/
.search {
  position: relative;
  margin: 8px;
  margin-left: 40px;
  width: 400px;
}
.search img {
  position: absolute;
  top: 4px;
  left: 8px;
}
#search-input {
  text-align: center;
  border: solid 1px #aaa;
  padding: 6px;
  padding-left: 40px;
  box-shadow: 4px 3px 0 0 #cde;
  width: 100%;
}
.blog-end {
  margin-bottom: 38px;
}
.inf {
  margin: 20px 20px 20px 250px;
  font-size: 26px;
  color: #555;
}
.update {
  color: #f16;
  font-weight: bold;
  font-style: normal;
}
.search-results,
.date-tab {
  display: block;
  padding: 4px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 32px;
  color: #555;
}
.search-results {
  text-align: center;
}

/* article layouts */
.article-post > article,
.article-post .box {
  background-color: #fff9f4;
  padding: 20px;
  border: solid 1px #f16;
  box-shadow: 5px 4px 0 0 #f16;
}
#blog .article-post h3 {
  font-size: 30px;
}
.article-post h3 a,
#blog .article-post > article a {
  color: #f16 !important;
  text-decoration: none;
}
#blog .article-post > article {
  text-align: center;
}

/* chat layouts */
.chat-post > article,
.chat-post .box {
  padding: 20px;
  border: solid 1px #000;
  box-shadow: 5px 4px 0 0 #000;
}
.chat-post h3 a {
  color: white;
  background-color: black;
}
.chat-post > article p {
  display: inline;
  background: white;
  padding: 4px;
  border: solid 1px black;
  box-shadow: 5px 4px 0 0 #000;
}
.chat-post .q,
.chat-post .a {
  margin-top: 40px;
}
.chat-post .q p:first-child {
  margin-left: -30px;
}
.chat-post .a p:first-child {
  margin-left: -50px;
}
.chat-post .a p {
  font-size: 22px;
}
.chat-post .footnotes ol > li:before {
  color: white;
}

/* blog replies */
.comment-post > article,
.comment-post .box,
.by-kickscondor-com {
  background-color: #f9f9f9;
  border: solid 1px #551;
  box-shadow: 4px 3px 0 0 #a09;
  font-family: "Times New Roman", serif;
  color: black;
}
.comment-post > article h3:before {
  content: "\27a5  ";
  color: #f16;
}
.comment-post > article .p-name {
  color: #f16;
}
#blog .comment-post > article h3,
#blog .comment-post > article .reply-context a {
  color: #551;
  text-decoration: none;
  padding: 2px;
}
.focus .comment-post li {
  padding: 0;
  margin: 0 0 25px 20px; 
}

/* brief notes, tweets, toots */
.note-post > article {
  font-family: 'Chicago', sans-serif;
  background-color: #dfe;
  margin: 0;
  border: solid 1px #393;
  box-shadow: 4px 3px 0 0 #0fc;
}
.note-post > article h3 {
  color: #f16;
  font-weight: bold;
  line-height: 140%;
}
.note-post > article h3:before {
  content: "\27a5  ";
  color: #f16;
}
#blog .note-post .reply-context {
  display: none;
}
#blog .note-post > article,
#blog .note-post > article h3 {
  font-size: 10px;
}
.focus .note-post .p-summary {
  display: block;
}
#blog .note-post p {
  margin-bottom: 6px;
}
#blog .note-post p:last-of-type {
  margin-bottom: 0;
}

/* feature links */
.link-post > article,
.link-post .box {
  background-color: #EFF;
  border: solid 1px #333;
  box-shadow: 4px 3px 0 0 #FFDE0D;
}
.link-post > article .p-name {
  color: #555;
  text-decoration: underline;
}
.link-post > article h3 {
  color: #970;
  display: inline;
  font-style: italic;
}
#blog .link-post > article p {
  display: inline;
  margin-left: 8px;
}
#blog .link-post > article {
  font-style: italic;
}
.focus .link-post > article header h3:before {
  content: "Link: ";
}

/* backstory */
.backstory-post > article,
.backstory-post .box {
  background-color: #f4f9f4;
  padding: 20px;
  border: solid 1px #cc1;
  box-shadow: 4px 3px 0 0 #cc1;
}
.backstory-post > article h3 {
  color: brown;
}
.backstory-post > article a {
  color: brown !important;
  text-decoration: none;
}

/* steno */
.steno-post {
  background: url(/images/steno-rings2.png) repeat-x;
}
.focus .steno-post {
  padding-top: 43px;
}
.steno-post > article,
.steno-post .box {
  padding: 6px 5px 4px 42px;
  position: relative;
  color: #444;
  line-height: 20px;

  background: #fff;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#d9eaf3), color-stop(4%, #fff)) 0 4px;
  background: -webkit-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px;
  background: -moz-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px;
  background: -ms-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px;
  background: -o-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px;
  background: linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px;

  -webkit-background-size: 100% 22px;
  -moz-background-size: 100% 22px;
  -ms-background-size: 100% 22px;
  -o-background-size: 100% 22px;
  background-size: 100% 22px;

  margin-top: 33px;
  border: solid 1px #bc9;
  border-top: none;
  box-shadow: 4px 3px 0 0 #199;
}
.focus .steno-post > article {
  padding: 10px 20px 20px 42px;
  line-height: 25px;
  -webkit-background-size: 100% 25px;
  -moz-background-size: 100% 25px;
  -ms-background-size: 100% 25px;
  -o-background-size: 100% 25px;
  background-size: 100% 25px;
}
.steno-post > article::before,
.steno-post .box::before {
  content: '';
  position: absolute;
  width: 4px;
  top: 0;
  left: 30px;
  bottom: 0;
  border: 1px solid;
  border-color: transparent #efe4e4;
}
.steno-post > article h3 {
  font-family: "URW Chancery L", "Zapf Chancery", cursive;
  font-size: 28px;
  text-shadow: -2px 0 #6fc;
  color: #16f;
}
.steno-post > article h3 a {
  color: #16f !important;
  text-decoration: none;
}
.steno-post .e-content {
  line-height: unset;
}
.steno-post em {
  color: #f16;
}
.steno-post code {
  font-size: 15px;
}
.focus .steno-post .e-content, 
.focus .steno-post p {
  line-height: unset;
}
.focus .steno-post p {
  margin-bottom: 25px;
}
.focus .steno-post p:last-of-type {
  margin-bottom: 0;
}
.focus .steno-post blockquote {
  line-height: 25px;
  margin-top: 32px; 
  margin-bottom: 38px; 
}
.focus .steno-post ul,
.focus .steno-post ol {
  padding: 0;
  margin: 0;
}
.focus .steno-post li {
  padding: 0;
  margin: 0 0 25px 20px; 
}
.steno-post dt {
  color: #1c0;
  font-family: "URW Chancery L", "Zapf Chancery", cursive;
  font-size: 22px;
  font-weight: bold;
}

/* link and text stylings */
.e-content a:link,
a:link {
  color: #178;
}
.e-content a:hover,
a:hover {
  color: #f16 !important;
}
a.tag-primary:before {
  content: "\2726";
}
a.tag-primary {
  font-weight: bold;
}
h1, h2 {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-style: bold;
  margin: 8px 20px;
}
h1 {
  font-size: 14px;
}
h2 {
  color: black;
  font-size: 10px;
}
h2.p-credentials {
  font-size: 8px;
  margin: 8px 0;
}
h3 {
  font-size: 20px;
  color: #1a6;
  padding: 0;
}
hr, .rule, footer {
  border: none;
  background: url("/images/pixelb.png") repeat-x;
  width: 100%;
}
hr, .rule {
  height: 8px;
}
hr {
  padding: 8px 0;
}
img.emoji {
  margin: 0 .05em 0 .1em;
  vertical-align: -0.1em;
}
sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub {
  top: 0.4em;
}
dl {
  margin-bottom: 25px;
}
dd {
  margin-left: 25px;
  margin-bottom: 25px;
}
s {
  text-decoration: none;
  background-image: linear-gradient(transparent 7px, #316 7px, #316 13px, transparent 13px);
}

/* post content */
.rip p,
.p-summary,
.e-content {
  line-height: 140%;
}
.rip p,
.p-summary p,
.e-content p {
  margin-bottom: 20px;
}
.rip p:last-of-type,
.p-summary p:last-of-type,
.e-content p:last-of-type {
  margin-bottom: 0;
}
.p-summary ul,
.e-content ul {
  padding: 4px;
  margin-bottom: 20px;
}
.p-summary li,
.e-content li {
  margin-left: 20px;
}
.focus .quote,
blockquote {
  font-size: 16px;
}
.focus .reply-context,
blockquote {
  background-color: #fcfff4;
  padding: 14px;
  margin: 20px;
  border: solid 1px #ccb;
  box-shadow: 4px 3px 0 0 #ccb;
}
p.rt, a.rt, img.rt, p.rt100 {
  float: right;
  margin: 0 0 6px 16px;
}
p.rt100 {
  width: 100px;
  height: 100px;
}
p.lt, a.lt, img.lt {
  float: left;
  margin: 0 16px 6px 0;
}
p.ct {
  text-align: center;
}
a.ct > img, img.ct {
  display: block;
  margin: 0 auto;
}

/* special styles */
.footnotes-sep {
  margin-top: 20px;
}
.footnote-backref {
  text-decoration: none;
}
.footnotes {
  margin-left: 20px;
  color: #755;
}
.footnotes ol {
  counter-reset: list;
}
.footnotes ol > li {
  list-style: none;
  position: relative;
  margin-left: 0.4em;
  margin-bottom: 1em;
}
.footnotes ol > li:before {
  counter-increment: list;
  content: "[" counter(list) "] ";
  position: absolute;
  left: -1.4em;
}
a.xyz {
  background-color: #c0ffee;
  color: #f16;
  cursor: pointer;
  text-decoration: none;
}

/* hrefhunt styles */
#directory {
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
  -moz-column-count: 3;
  column-count: 3;
  column-width: 246px;
  column-gap: 20px;
}
#directory h3 {
  margin-bottom: 2px;
}
#directory li {
  display: inline-block;
  padding-bottom: 20px;
  margin: 0;
}
#directory li img {
  display: block;
  padding: 2px;
  border: solid 4px #3db;
}
#directory li a {
  color: black;
  font-weight: bold;
  text-align: left;
}
#directory li strong a {
  display: block;
  float: left;
  padding-right: 8px;
}
#directory p {
  font-size: 14px;
  text-align: justify;
  hyphens: auto;
}

/* webmentions */
.webmentions > ol {
  list-style: none;
  padding-top: 30px;
  margin-top: 20px;
}
.webmentions > ol > li {
  margin-bottom: 24px;
  display: inline-block;
}
.ext-post {
  padding: 8px;
  background-color: white;
  border: solid 1px #aaa;
  box-shadow: 4px -3px 0 0 #daa;
}
.webmentions article {
  margin-top: 0px !important;
}
.webmentions header {
  display: none;
}
.ext-post img.u-photo {
  max-width: 24px;
  padding: 2px;
  margin-bottom: -8px;
}
.ext-post .p-author,
.ext-post .e-content {
  display: inline-block;
}
.ext-post .p-author a {
  text-decoration: none;
  line-height: 24px;
}
.ext-post .p-content p {
  margin: 6px 0 !important;
}
.ext-post time {
  font-size: 16px;
  font-weight: bold;
}
.webmentions__not-found {
  display: none;
}
.webmention-post {
  width: 670px;
  margin: 50px 0;
}
.webmention-post p {
  font-size: 16px;
  margin: 22px 0 2px 0;
}
.webmention-post input {
  border: solid 1px #aaa;
  padding: 6px;
  box-shadow: 4px -3px 0 0 #cde;
}
input.url {
  margin-right: 8px;
  width: 400px;
}
input.submit {
  width: 143px;
}

/* youtube videos */
#blog .post > div > .preview > .youtube img {
  width: 480px;
  height: 270px;
  object-fit: cover;
}

.focus .youtube {
  position: relative;
  padding-bottom: 54.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 5px;
  border: inset 6px;
}

.focus .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}

.focus .youtube img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  transition: .4s all;
}

.focus .youtube img:hover {
  -webkit-filter: brightness(75%);
}

.focus .youtube .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("/images/TxzC70f.png") no-repeat;
  cursor: pointer;
  pointer-events: none;
}

/* styles for specific people */
@font-face {
  font-family: 'Zing';
  src: url('/fonts/zing.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-stretch: extra-condensed;
  unicode-range: U+000D-1F41B;
}
.by-philosopher-life {
  border: 1px solid #3b3333 !important;
  background-color: black !important;
  border-radius: 2px !important;
  color: white !important;
  font-family: 'Zing', sans-serif !important;
}
.by-philosopher-life a {
  color: #02A1D6 !important;
}

/* latin-ext */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 400;
  src: local('Asap Regular'), local('Asap-Regular'), url(/fonts/asap-ext-400.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 400;
  src: local('Asap Regular'), local('Asap-Regular'), url(/fonts/asap-400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.by-sphygm-us {
  border: solid 1px #2A2B30 !important;
  background-color: #2A2B30 !important;
  font-family: 'Asap', sans-serif !important;
  color: rgba(255,255,255,0.87) !important;
}
.by-sphygm-us a {
  color: #00ccf0 !important;
}

.by-k0sh3k-philosopher-life {
  background-color: #00203c !important;
  color: #f5f5f5 !important;
  font-family: serif !important;
}
.by-k0sh3k-philosopher-life h1,
.by-k0sh3k-philosopher-life h2,
.by-k0sh3k-philosopher-life h3 {
  font-weight: normal !important;
  margin: 0 !important;
}
.by-k0sh3k-philosopher-life a {
  color: #a6b8c7 !important;
}

.by-j3d1h-philosopher-life {
  background-color: #000029 !important;
  color: #ffffff !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}
.by-j3d1h-philosopher-life h1,
.by-j3d1h-philosopher-life h2,
.by-j3d1h-philosopher-life h3 {
  font-weight: normal !important;
  margin: 0 !important;
}
.by-j3d1h-philosopher-life a {
  color: #0086ff !important;
}

.by-1uxb0x-philosopher-life {
  border: solid 1px #8f47a1 !important;
  background-color: #050505 !important;
  color: #ffffff !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}
.by-1uxb0x-philosopher-life h1,
.by-1uxb0x-philosopher-life h2,
.by-1uxb0x-philosopher-life h3 {
  color: #8f47a1 !important;
  font-weight: normal !important;
  margin: 0 !important;
}
.by-1uxb0x-philosopher-life a {
  color: #8f47a1 !important;
}

.by-eli-li {
  color: #464646 !important;
  font-family: Hack,'Roboto Mono','IBM Plex Mono',Inconsolata,'Source Code Pro','PT Mono','Ubuntu Mono','Fira Mono',monospace !important;
}
.focus .by-eli-li {
  background-color: #fff !important;
  padding: .75em 1em .25em 1em !important;
  border: 4px solid #c1c1c1 !important;
  border-radius: 7px !important;
  box-shadow: -7px -7px 0 0 rgba(48, 79, 254, 0.5) !important;
}
.by-eli-li h1,
.by-eli-li h2,
.by-eli-li h3 {
  font-family: Futura,Futura,'Benton Sans',sans-serif !important;
  line-height: 1.25em !important;
}
.by-eli-li a {
  color: #f012be !important;
  text-decoration: none !important;
}

@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400;
  src: local('Karla'), local('Karla-Regular'), url(/fonts/karla.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400;
  src: local('Karla'), local('Karla-Regular'), url(/fonts/karla.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400;
  src: local('Karla'), local('Karla-Regular'), url(/fonts/karla.ttf) format('truetype');
}
.by-humdrum-life {
  background-color: rgba(47,48,87,1) !important;
  color: #f2f2f2 !important;
  font-family: Karla,sans-serif !important;
}
.by-humdrum-life a {
  color: #aedaef !important;
  text-decoration: none !important;
}
.by-humdrum-life a:hover {
  background: #e7aa71 !important;
  color: rgba(47,48,87,1) !important;
}
