/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/print.scss ***!
  \**************************************************************************************************************************************************************************************/
/* stylelint-disable */
/* stylelint-enable */
@media print {
  @import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
  @font-face {
    font-family: "Charter BT";
    font-style: normal;
    font-display: swap;
    font-weight: bold;
    src: url("../fonts/Chartrk.ttf") format("truetype");
  }
  body {
    margin: 0;
    padding: 0;
  }
  body :not(.main-page) {
    visibility: hidden;
    display: none;
    margin: 0;
    padding: 0;
    height: 0;
  }
  body .main-page * {
    display: block;
  }
  body .print {
    visibility: visible;
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
  }
  body .print * {
    visibility: visible;
    display: block;
    height: auto;
    height: initial;
  }
  body .print h1 {
    color: #222;
    font-family: "Charter BT", sans-serif;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.2;
    -webkit-print-color-adjust: exact;
  }
  body .print h2 {
    font-family: "Montserrat", sans-serif;
    color: #222;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2;
    -webkit-print-color-adjust: exact;
  }
  body .print a,
  body .print p {
    display: flex;
    color: #555;
    font-family: "Montserrat", sans-serif;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    font-weight: 400;
    text-decoration: none;
    -webkit-print-color-adjust: exact;
  }
  body .print a strong,
  body .print p strong {
    font-weight: 700;
    margin-right: 0.1875rem;
  }
  body .print hr {
    border: none;
    background: #e9e9e9;
    -webkit-print-color-adjust: exact;
  }
  body .print hr.vertical {
    display: inline-flex;
    height: auto;
    width: 0.0625rem;
    align-self: stretch;
  }
  body .print--logo {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  body .print--logo--image {
    width: 8.5rem;
    height: auto;
  }
  body .print--heading > * + * {
    margin-top: 0.625rem;
  }
  body .print--heading--image {
    width: 15.8125rem;
    height: auto;
  }
  body .print--recepie > * + * {
    margin-top: 0.625rem;
  }
  body .print--recepie ul {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }
  body .print--recepie ul li {
    color: #555;
    font-family: "Montserrat", sans-serif;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    font-weight: 400;
    -webkit-print-color-adjust: exact;
  }
  body .print--contact {
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 0;
    gap: 0.3125rem;
  }
  body .print--contact li {
    color: #999999;
    font-family: "Montserrat", sans-serif;
    font-size: 0.5rem;
    line-height: 1.2;
    letter-spacing: 3%;
    -webkit-print-color-adjust: exact;
  }
}
