/* Basier Square */
@font-face {
  font-family: 'Basier Square';
  src: url('/fonts/basiersquare-regular-webfont.woff2') format('woff2'),
       url('/fonts/basiersquare-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Basier Square';
  src: url('/fonts/basiersquare-regularitalic-webfont.woff2') format('woff2'),
       url('/fonts/basiersquare-regularitalic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Basier Square';
  src: url('/fonts/basiersquare-medium-webfont.woff2') format('woff2'),
       url('/fonts/basiersquare-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Basier Square';
  src: url('/fonts/basiersquare-semibold-webfont.woff2') format('woff2'),
       url('/fonts/basiersquare-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Basier Square';
  src: url('/fonts/basiersquare-semibolditalic-webfont.woff2') format('woff2'),
       url('/fonts/basiersquare-semibolditalic-webfont.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Basier Square';
  src: url('/fonts/basiersquare-bold-webfont.woff2') format('woff2'),
       url('/fonts/basiersquare-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

/* Background */
body {
  background-color: #f0f0f0;
}

/* Under construction */
p.under-construction {
  margin-top: 1rem;
  font-size: 0.85em;
  opacity: 0.5;
}

/* Typography */
body {
  font-family: 'Basier Square', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Basier Square', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 600;
}

/* Site title styling */
a.site-title {
  /* text-transform: uppercase; */
  font-weight: 400;
  letter-spacing: 0em;
}

hr {
  margin-top: 30px;
  margin-bottom: 20px;
}

/* Post navigation links */
.post_navi {
  display: flex;
}

.post_navi-label {
  font-size: 0.8em;
  opacity: 0.5;
}

.post_navi .post_navi-item {
  padding: 0 2.2em;
  width: 50%;
  position: relative;
  color: inherit !important;
}

.post_navi .nav_prev {
  text-align: left;
}

.post_navi .nav_next {
  text-align: right;
}

.post_navi .nav_prev .post_navi-arrow {
  left: 0;
}

.post_navi .nav_next .post_navi-arrow {
  right: 0;
}

.post_navi .post_navi-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.5em;
  opacity: 0.3;
}
