/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

@import url("/assets/pico.min-4d316eba.css");

:root {
  --pico-primary: #0000FF;
}

.container {
  max-width: 30rem;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body > header,
body > footer {
  background-color: var(--pico-card-sectioning-background-color);
  box-shadow: var(--pico-card-box-shadow);
}

header .logo {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 900;
  color: var(--pico-h1-color);
  font-size: .9em;
  letter-spacing: 0.125em;
}

body > footer {
  margin-top: auto;
  font-size: .875em;
  color: var(--pico-h6-color);
}

.post header {
  time {
    a {
      text-decoration: none;
      color: var(--pico-h6-color);
      font-size: .875em;
    }
  }
}
