@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* _base-variables */ /* _colors */ /* _colors */
/* _typography */
html {
  color: rgb(18, 23, 20);
  font-family: "Lexend Deca";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  font-style: normal;
}

* {
  letter-spacing: -0.02em;
}

.is-size--2 {
  font-size: 13px;
}

.is-size--1 {
  font-size: 15px;
}

.is-size-0 {
  font-size: 18px;
}

.is-size-1 {
  font-size: 22px;
}

.is-size-2 {
  font-size: 26px;
}

.is-size-3 {
  font-size: 31px;
}

.is-size-4 {
  font-size: 37px;
}

.is-size-5 {
  font-size: 45px;
}

.is-size-6 {
  font-size: 54px;
}

h1 {
  font-size: 54px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

h3 {
  font-size: 37px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

h4 {
  font-size: 31px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

h5 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

h6 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

/*******************************/
/* Markdownify/WYSIWYG content */
/*******************************/
strong {
  font-variation-settings: "wght" 600;
}

/* _spacings */
body {
  background-color: #FFFFFF;
}

main {
  margin-top: 3.5rem;
}

[class^=container] {
  margin-left: auto;
  margin-right: auto;
}

.container {
  padding-left: 16px;
  padding-right: 16px;
}
.container--s {
  max-width: 540px;
}
.container, .container--m {
  max-width: 720px;
}
.container--l {
  max-width: 960px;
}
.container--xl {
  max-width: 1140px;
}
.container--xxl {
  max-width: 1320px;
}

.section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.mx {
  margin-left: 16px;
  margin-right: 16px;
}

.px {
  padding-left: 16px;
  padding-right: 16px;
}

/* Spacers */
/* DEBUG
[class^="spacer-"] {
    background: #FACC9F;
} */
.spacer-xs {
  height: 4px;
}

.spacer-s {
  height: 8px;
}

.spacer,
.spacer-m {
  height: 16px;
}

.spacer-l {
  height: 32px;
}

.spacer-xl {
  height: 64px;
}

hr {
  background-color: rgb(222, 227, 224);
  height: 1px;
  border: none;
}

/* Color variants */
/* Base color | 0% tint or shade */
.sage,
.sage-500 {
  background-color: #5a7266;
}

/* Tints */
.sage-400 {
  background-color: #7b8e85; /* 20% tint */
}

.sage-300 {
  background-color: #9caaa3; /* 40% tint */
}

.sage-200 {
  background-color: #bdc7c2; /* 60% tint */
}

.sage-100 {
  background-color: #dee3e0; /* 80% tint */
}

/* Shades */
.sage-600 {
  background-color: #485b52; /* 20% shade */
}

.sage-700 {
  background-color: #36443d; /* 40% shade */
}

.sage-800 {
  background-color: #242e29; /* 60% shade */
}

.sage-900 {
  background-color: #121714; /* 80% shade */
}

/* _debug */
/* Typescale */
.debug {
  opacity: 0.5;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 16px 24px;
  border: 1px solid rgb(222, 227, 224);
  position: fixed;
  bottom: 16px;
  right: 16px;
}
.debug .base-font-size::after {
  content: "18px";
}
.debug .font-scale-ratio::after {
  content: "1.2";
}
.debug:hover {
  opacity: 1;
}

.type-tokens td.info {
  white-space: nowrap;
  vertical-align: middle;
  border-bottom: 1px solid rgb(222, 227, 224);
}
.type-tokens td.sample {
  padding: 48px;
  vertical-align: middle;
  border-bottom: 1px solid rgb(222, 227, 224);
}
.type-tokens td.sample div {
  max-height: 256px;
  overflow: hidden;
}

.color-tokens {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.color-tokens > * {
  flex-wrap: wrap;
}

.color-token {
  display: flex;
  flex-direction: column;
}

.color-variants {
  display: flex;
}
.color-variants .sample {
  width: 100px;
  height: 100px;
}

/* _sandbox */
.flex-container {
  display: flex;
  --border-width: 5px;
}

/* _nav */
nav {
  height: 3.5rem;
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgb(222, 227, 224);
  background: #fff;
}
nav a {
  font-family: "Bricolage Grotesque";
  font-weight: 800;
  font-size: 31px;
}

/* _recipe */
.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75vh;
  border-bottom: 1px solid rgb(222, 227, 224);
}

.title {
  text-align: center;
  font-family: "DM Serif Display";
  font-weight: 400;
}

h2 {
  font-size: 31px;
  color: rgb(123, 142, 133);
  text-align: center;
}

.ingredients table {
  margin: 0 auto;
  width: 100%;
}
.ingredients table td.ingredient-name {
  width: 14rem;
}
.ingredients table td.comments {
  font-size: 15px;
  color: rgb(123, 142, 133);
}
.ingredients table td {
  padding: 16px;
  border-bottom: 1px solid rgb(222, 227, 224);
}
.ingredients table td:first-child {
  padding-left: 0px;
}
.ingredients .quantity {
  color: #FFFFFF;
  font-family: "Space Mono";
  font-size: 15px;
  padding: 2px 6px;
  border-radius: 4px;
  white-space: nowrap;
  background: rgb(18, 23, 20);
}

.instructions {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: listCounter;
}
.instructions .step-instructions {
  font-size: calc(18px + 0.5vw);
  font-weight: 500;
}
.instructions .step-instructions:before {
  counter-increment: listCounter;
  content: counter(listCounter);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  width: 64px;
  border-radius: 100px;
  background-color: #5a7266;
  margin-bottom: 16px;
  color: #fff;
  font-family: "DM Serif Display";
  font-size: 31px;
}
.instructions .step-instructions img {
  width: 100%;
}

.card {
  display: flex;
  height: 235px;
  min-width: 300px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  border-radius: 3px;
  background: #fff;
  /* Card shadow */
  box-shadow: 0px 0px 0px 1px rgba(15, 15, 15, 0.1), 0px 2px 4px 0px rgba(15, 15, 15, 0.1);
}

.card a {
  width: 100%;
  height: 100%;
}

.card .top {
  display: flex;
  height: 169px;
  align-items: flex-start;
  flex-shrink: 0;
  align-self: stretch;
}

.card .bottom {
  display: flex;
  padding: 8px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.card-grid {
  display: flex;
  padding: var(--dimensions-spacings-space-l, 32px);
  align-items: flex-start;
  align-content: flex-start;
  gap: var(--dimensions-spacings-space-m, 16px);
  align-self: stretch;
  flex-wrap: wrap;
}

/* main.sass */
/* modern-css-reset */
a {
  color: #5a7266;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.callout {
  padding: 32px;
  background: rgb(222, 227, 224);
  border-radius: 4px;
}