/*
Theme Name: Kneady Sweetie
Theme URI: https://kneadysweetie.com/
Author: Kneady Sweetie
Description: The complete Kneady Sweetie editorial recipe experience for the recovered archive.
Version: 2.2.0
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: kneady-sweetie
*/

@font-face {
  font-family: "Fraunces";
  src: url("assets/fonts/fraunces-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

body.admin-bar .skip-link { top: 48px; }
.archive-page { background: var(--cream); }
.recipe-card[hidden], .empty-state[hidden] { display: none !important; }
.site-notice { margin: 0; padding: 12px 20px; background: var(--sage); color: var(--white); text-align: center; font-size: .78rem; }
.site-notice a { text-decoration: underline; }

@media (max-width: 782px) {
  body.admin-bar .skip-link { top: 62px; }
}
