@charset "UTF-8";
/* subscription form */
@font-face {
  font-family: "Besley";
  font-display: swap;
  src: url("/_assets/fonts/Besley/Besley-VariableFont_wght.woff2") format("woff2"), url("/_assets/fonts/Besley/Besley.woff") format("woff"), url("/_assets/fonts/Besley/Besley-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Inconsolata";
  font-display: swap;
  src: url("/_assets/fonts/Inconsolata/Inconsolata-VariableFont_wdth-wght.woff2") format("woff2"), url("/_assets/fonts/Inconsolata/Inconsolata.woff") format("woff"), url("/_assets/fonts/Inconsolata/Inconsolata-VariableFont_wdth-wght.ttf") format("truetype");
}
@font-face {
  font-family: "Instrument Sans";
  font-display: swap;
  src: url("/_assets/fonts/Instrument_Sans/InstrumentSans-VariableFont_wdth-wght.woff2") format("woff2"), url("/_assets/fonts/Instrument_Sans/InstrumentSans.woff") format("woff"), url("/_assets/fonts/Instrument_Sans/InstrumentSans-VariableFont_wdth-wght.ttf") format("truetype");
}
:root {
  --font-1: "Instrument Sans", sans-serif;
  --font-2: "Besley", serif;
  --font-3: "Inconsolata", monospace;
  --theme-toggle-bg: #e3d7e9;
  --theme-toggle-hover-bg: #b084bd;
  --theme-toggle-active-bg: #8b4f61;
  --theme-toggle-focus-bg: #a175c5;
}

* {
  scrollbar-color: rgb(184, 140, 184) transparent;
  scrollbar-width: thin;
}

html {
  height: 100%;
}

body {
  color: rgb(247, 238, 238);
  font-family: var(--font-1);
  font-size: 1.2em;
  font-stretch: 95%;
  margin: auto;
  background-color: #342f36;
}

a {
  color: plum;
}

.layout {
  width: 80%;
  max-width: 1000px;
  margin: 1em auto 3em;
  border: 1px solid;
}

nav {
  font-weight: 500;
}

hr {
  margin: 2em 0;
}

footer {
  margin: 3em auto;
  text-align: center;
  font-size: 1em;
  display: flex;
  flex-direction: column;
  row-gap: 1em;
}
footer ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
  justify-content: center;
  align-items: center;
  row-gap: 1em;
}
footer ul:last-of-type {
  -moz-column-gap: 1em;
       column-gap: 1em;
}
footer li:not(ul:last-of-type li)::before {
  content: "⬩";
  font-size: 1.25em;
  margin: 0 1em;
}
footer li:not(ul:last-of-type li):first-of-type::before {
  content: none;
}
footer a img {
  text-decoration: none;
}

a {
  background-color: transparent;
  text-decoration-style: dashed;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
a:hover {
  text-decoration: none;
  color: white !important;
}

button {
  cursor: pointer;
  padding: 0.5em 1em;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid;
  font-family: var(--font-3);
  font-size: larger;
}

#themeSwitch {
  padding: 0.5em;
  border-radius: 0px;
  border: 1px solid rgb(142, 98, 155);
  height: -moz-fit-content;
  height: fit-content;
  font-size: smaller;
  margin: auto 0;
}

::-moz-selection {
  background-color: rgb(248, 208, 170);
  color: black;
}

::selection {
  background-color: rgb(248, 208, 170);
  color: black;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: rgb(164, 118, 170);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: plum;
}

nav {
  margin: auto;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1.15em;
  font-weight: normal;
  letter-spacing: 1px;
}
nav ul {
  margin: 0;
  padding: 0;
  padding-top: 0.5em;
  padding-bottom: 1em;
}
nav li {
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0;
  padding-bottom: 0;
  white-space: nowrap;
}
nav li:last-child::after {
  content: "✧";
  font-size: 1.3em;
  margin-left: 0.5em;
  color: pink;
  font-weight: normal;
}
nav li::before {
  content: "✧";
  font-size: 1.3em;
  margin-right: 0.5em;
  color: pink;
  font-weight: normal;
}
nav a {
  text-decoration: none;
  padding: 0px 5px 3px 5px;
}
nav::-webkit-scrollbar-thumb {
  background-color: rgba(161, 117, 197, 0.451);
}

main {
  margin: auto;
  background: url("/_assets/media/_shared/css/ooorganize.svg");
  background-size: 200px;
}

article {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 5fr 6fr;
  gap: 5vw;
  padding: 5%;
  font-weight: 450;
}
article > section {
  padding: 0 2em 1em;
  border: 1px solid;
  border-color: purple;
  box-shadow: 0px 0px 15px rgba(128, 77, 167, 0.1450980392);
  transition: box-shadow 0.25s ease;
}
article > section:hover {
  box-shadow: 0px 0px 25px rgba(255, 192, 203, 0.747);
  filter: brightness(101%);
  border-color: thistle;
}

[aria-labelledby=social-media] {
  grid-column: 1;
  grid-row: 1;
}

[aria-labelledby=rss] {
  grid-column: 1;
  grid-row: 2;
  height: 1fr;
}

[aria-labelledby=newsletter] {
  grid-column: 2;
  grid-row-end: span 2;
}

#header-controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1em 2em;
}

h1 {
  font-size: 2em;
  font-family: var(--font-2);
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 0.25em;
  line-height: 1.25em;
  text-align: right;
}

#headernav #feeds a {
  -webkit-text-decoration: wavy underline 1px;
          text-decoration: wavy underline 1px;
}

h2 {
  font-family: var(--font-2);
  text-align: right;
  border-bottom: 1px solid;
  margin: 0.75em -0.5em auto;
  padding-bottom: 0.25em;
  transition: color 0.5s ease;
}

.like-buttons {
  list-style: none;
  font-size: larger;
  font-family: var(--font-3);
  text-align: center;
  margin-left: 0;
  padding-left: 0;
}
.like-buttons li {
  margin: 1.5em auto;
}
.like-buttons a {
  padding: 0.5em;
  border: 1px solid;
  display: block;
  margin: auto;
  color: rgb(60, 25, 77) !important;
  background-color: #dbc2db;
}
.like-buttons a:hover {
  background-color: #694677 !important;
}

form {
  display: flex;
  flex-direction: column;
  margin-top: 3em;
}
form label {
  font-stretch: semi-expanded;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-bottom: 1px solid;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 1em;
}
form input {
  font-size: 1em;
  font-family: var(--font-3);
  padding: 0.5em;
  width: 90%;
}
form span + input {
  margin-top: 1em;
}
form footer {
  margin: 1em auto 1em -1em;
  padding-top: 1.5em;
  padding-bottom: 0;
  border-top: 1px dashed;
  width: 100%;
}
form button {
  margin: 0 auto 1em;
}

.label-group {
  margin-top: 2em;
  margin-bottom: 3em;
  margin-left: 1em;
}

@media all and (max-width: 900px) {
  .layout {
    margin-top: 0;
    width: 100%;
    border-left: none;
    border-right: none;
    border-top: none;
  }
  article {
    display: flex;
    flex-direction: column;
    row-gap: 10vh;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
  h2, p {
    text-align: center;
  }
  footer {
    width: 90%;
  }
}
@media all and (max-width: 768px) {
  #header-controls {
    flex-direction: column;
  }
  h1 {
    text-align: center;
  }
  #themeSwitch {
    margin: auto;
  }
  nav {
    padding-left: 5%;
    overflow-x: auto;
    white-space: nowrap;
    font-size: smaller;
  }
  nav::-webkit-scrollbar-thumb {
    background-color: rgba(255, 192, 203, 0.445);
  }
}/*# sourceMappingURL=feeds.css.map */