<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Amatic+SC|Merriweather:300i|Roboto+Condensed:300,300i,700");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 11pt;
  margin: 2rem auto;
  max-width: 600px; }
  @media screen and (min-width: 900px), print {
    body {
      background: url("../img/cafe.jpg") center;
      background-size: cover;
      max-height: 297mm;
      max-width: 210mm; } }

@page {
  size: A4;
  margin: 0; }
@media print {
  html, body {
    height: 297mm;
    margin: auto;
    width: 210mm; } }
.sheet {
  background: white;
  padding: 2rem; }
  @media screen and (min-width: 900px), print {
    .sheet {
      padding: 20mm 20mm; } }

@media screen and (min-width: 900px), print {
  .layout {
    display: grid;
    grid-template-columns: 1fr 1fr; } }

.layout__section {
  padding: 1rem; }
  @media screen and (min-width: 900px), print {
    .layout__section.layout__section--wide {
      grid-column-start: 1;
      grid-column-end: span 2; } }

h1, h2 {
  font-family: "Amatic SC", cursive;
  text-align: center; }

h1 {
  font-size: 48pt; }

h2 {
  font-size: 24pt;
  margin: 1rem; }

h3 {
  font-weight: bold; }

.details {
  font-style: italic; }

.list.list--compact {
  display: grid;
  grid-template-columns: 1fr 1fr; }

.list__item {
  margin-bottom: 0.5rem; }

.footer {
  font-family: "Amatic SC", cursive;
  font-size: 24pt;
  margin: 1rem;
  text-align: center; }

.footer__element {
  white-space: nowrap; }

.footer__jibberish {
  font-size: 0; }

.footer__jibberish--at:after {
  content: '@';
  font-size: 24pt; }

.footer__jibberish--dot:after {
  content: '.';
  font-size: 24pt; }

.footer__jibberish--plus:after {
  content: '+';
  font-size: 24pt; }

.footer__jibberish--five:after {
  content: '5';
  font-size: 24pt; }

@media screen and (min-width: 900px), print {
  .review {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; } }

.review__text {
  font-family: "Merriweather", serif;
  font-style: italic;
  margin-top: 1rem; 
  padding: 0.5rem; }
  @media screen and (min-width: 900px), print {
    .review__text {
      margin: 0; } }

.review__author {
  grid-row-start: 2;
  margin-top: 0.5rem; 
  padding: 0.5rem;}

a, a:active, a:visited {
  color: #6691da;
  text-decoration: none;
  transition: color 0.5s; }

a:hover {
  color: #ee1050; }

/*# sourceMappingURL=style.css.map */
</pre></body></html>