@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2"), url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa v4compatibility;
  src: url('../fonts/fa-v4compatibility.woff2') format("woff2"), url('../fonts/fa-v4compatibility.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2"), url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2"), url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --grey-10: #fafafe;
  --grey-60: #7c809b;
  --white-81: white;
  --rio-blau: #1f276b;
  --primary: #c0ca67;
  --grey-40: #a3a6c5;
  --grey-20: #ebebf7;
  --white-80: #fffc;
  --accent-red: #ff7f7f;
}

body {
  background-color: var(--grey-10);
  color: var(--grey-60);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.menu-button {
  cursor: pointer;
  display: none;
}

.nav-link {
  color: var(--rio-blau);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.nav-menu {
  align-items: center;
  height: 100%;
  display: flex;
}

.navigation-back-home {
  z-index: 300;
  border-bottom: 1px solid var(--white-81);
  background-color: var(--rio-blau);
  width: 100%;
  height: 88px;
  position: fixed;
}

.brand {
  object-fit: fill;
  max-width: 100%;
}

.content-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.content-wrapper.vertical-align {
  flex: 1;
  align-self: stretch;
  padding-left: 5px;
  padding-right: 5px;
}

.content-wrapper.top-margin {
  margin-top: 80px;
}

.content-wrapper.center {
  justify-content: center;
}

.grey-80 {
  background-color: var(--rio-blau);
  border-radius: 8px;
  width: 100px;
  height: 100px;
  margin-right: 14px;
}

.style-guide {
  flex-direction: column;
  display: flex;
}

.medium-paragraph {
  color: var(--rio-blau);
  margin-bottom: 0;
  font-weight: 500;
  line-height: 24px;
}

.medium-paragraph.padding-right {
  padding-right: 2px;
}

.typography {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  place-items: flex-start start;
  display: flex;
}

.semibold-paragraph {
  color: var(--rio-blau);
  text-align: center;
  letter-spacing: .5px;
  font-weight: 600;
  line-height: 24px;
}

.h1 {
  z-index: 200;
  color: var(--rio-blau);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 68px;
}

.title-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 30px;
  display: flex;
}

.small-title {
  margin-top: 6px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
}

.underline-button {
  color: var(--primary);
  align-self: flex-end;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.colors {
  grid-column-gap: 10px;
  grid-row-gap: 40px;
  grid-template-rows: repeat(auto-fit, minmax(auto, 100px));
  grid-template-columns: repeat(auto-fit, minmax(max-content, 194px));
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.h3 {
  color: var(--rio-blau);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.h3.green {
  color: var(--primary);
  font-weight: 400;
}

.h3.top-margin {
  text-align: center;
  max-width: 800px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.h2 {
  color: var(--rio-blau);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 54px;
}

.h2.center {
  text-align: center;
}

.h2.top-margin {
  margin-top: 20px;
}

.style-guide-title {
  z-index: 200;
  color: var(--rio-blau);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

.style-guide-content {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 100px;
  display: flex;
}

.button-primary {
  background-color: var(--rio-blau);
  color: var(--white-81);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 14px 40px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button-primary.top-margin {
  background-color: var(--rio-blau);
  margin-top: 50px;
  margin-bottom: 10px;
}

.h4 {
  color: var(--rio-blau);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.h4.margin-bottom {
  margin-bottom: 28px;
}

.small-paragraph {
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}

.small-paragraph.right-padding {
  padding-right: 6px;
}

.small-paragraph.padding {
  padding-left: 6px;
  padding-right: 6px;
}

.colors-wrapper {
  align-items: center;
  display: flex;
}

.style-guide-header {
  background-color: var(--white-81);
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 60px;
  display: flex;
}

.style-guide-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.small-medium-paragraph {
  color: var(--rio-blau);
  letter-spacing: .8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.xs-paragraph {
  color: var(--grey-40);
  letter-spacing: .2px;
  font-size: 12px;
  line-height: 20px;
}

.xs-paragraph.center {
  text-align: center;
  margin-top: 6px;
}

.xs-paragraph.small-pading {
  padding-left: 4px;
  padding-right: 4px;
}

.xs-paragraph.padding-right {
  padding-right: 4px;
}

.xs-paragraph.padding-left {
  padding-left: 4px;
}

.xs-medium-paragraph {
  color: var(--rio-blau);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.grey-60 {
  background-color: var(--grey-60);
  border-radius: 8px;
  width: 100px;
  height: 100px;
  margin-right: 14px;
}

.grey-40 {
  background-color: var(--grey-40);
  border-radius: 8px;
  width: 100px;
  height: 100px;
  margin-right: 14px;
}

.grey-20 {
  background-color: var(--grey-20);
  border-radius: 8px;
  width: 100px;
  height: 100px;
  margin-right: 14px;
}

.grey-10 {
  border: 1px solid var(--grey-40);
  background-color: var(--grey-10);
  border-radius: 8px;
  width: 100px;
  height: 100px;
  margin-right: 14px;
}

.primary {
  background-color: var(--primary);
  border-radius: 8px;
  width: 100px;
  height: 100px;
  margin-right: 14px;
}

.primary-light {
  background-color: #d7e181;
  border-radius: 8px;
  width: 100px;
  height: 100px;
  margin-right: 14px;
}

.accent-red {
  background-color: #ff7f7f;
  border-radius: 8px;
  width: 100px;
  height: 100px;
  margin-right: 14px;
}

.accent-red-light {
  background-color: #fcafaf;
  border-radius: 8px;
  width: 100px;
  height: 100px;
  margin-right: 14px;
}

.accent-orange {
  background-color: #f5cb98;
  border-radius: 8px;
  width: 100px;
  height: 100px;
  margin-right: 14px;
}

.dot {
  color: var(--primary);
}

.call-icon {
  margin-right: 8px;
}

.underline {
  background-color: var(--primary);
  transform-origin: 0%;
  width: 100%;
  height: 2px;
  margin-top: 2px;
}

.buttons-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.rich-text-white {
  background-color: var(--white-81);
  border-radius: 8px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
}

.rich-text-white h2 {
  color: var(--rio-blau);
  letter-spacing: -1px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
}

.rich-text-white p {
  letter-spacing: .2px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 32px;
}

.rich-text-white strong {
  color: var(--rio-blau);
  font-weight: 600;
}

.rich-text-white blockquote {
  border-left-color: var(--primary);
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
}

.rich-text-white h4 {
  color: var(--rio-blau);
  letter-spacing: -1px;
  margin-top: 40px;
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.rich-text-white ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 60px;
}

.rich-text-white li {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 18px;
  line-height: 32px;
}

.rich-text-white img {
  max-width: 90%;
  margin-top: 20px;
}

.rich-text-white figcaption {
  margin-top: 10px;
  margin-bottom: 60px;
}

.footer {
  background-color: var(--grey-10);
}

.footer-top {
  background-color: var(--white-81);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.contact-wrapper {
  margin-right: 40px;
  display: flex;
}

.opening-wrapper {
  width: 324px;
  font-size: 14px;
  line-height: 24px;
}

.contact-content {
  background-color: var(--grey-10);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  display: flex;
}

.map {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 396px;
  height: 396px;
}

.opening-content {
  border-bottom: 1.5px solid var(--grey-20);
  justify-content: space-between;
  width: 100%;
  margin-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.footer-bottom {
  border-top: 1.2px solid var(--grey-20);
  background-color: var(--white-81);
  justify-content: center;
  padding: 50px 16px;
  display: flex;
}

.link-footer {
  color: var(--rio-blau);
  font-weight: 500;
  text-decoration: none;
}

.footer-span {
  color: var(--primary);
  padding-left: 4px;
  padding-right: 4px;
  font-size: 14px;
}

.image {
  width: 100%;
}

.navigation {
  border-bottom: 1px solid var(--white-81);
  background-color: var(--rio-blau);
  height: 88px;
  position: fixed;
  inset: 0% 0% auto;
}

.hero-section {
  background-image: url('../images/waves-hero.svg'), url('../images/RIo_website_Background.png');
  background-position: 50%, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  width: 100%;
  height: 100vh;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.hero-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 540px;
  display: flex;
}

.social-links {
  justify-content: space-between;
  width: 120px;
  margin-bottom: 28px;
  margin-left: 16px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.mouse-icon {
  border: 2px solid var(--rio-blau);
  border-radius: 500px;
  justify-content: center;
  align-items: flex-start;
  width: 24px;
  height: 36px;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.section.changelog {
  padding-top: 0;
}

.features-wrapper {
  background-color: var(--white-81);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  max-width: 1062px;
  height: 100%;
  margin: 40px 16px;
  display: flex;
  box-shadow: 0 40px 50px -20px #b0b3ce4d;
}

.feature-wrapper {
  background-color: var(--white-81);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
  position: relative;
}

.feature-image {
  margin-bottom: 16px;
}

.vertical-line {
  background-color: var(--grey-20);
  width: 1px;
  height: 148px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.card-wrapper {
  color: var(--grey-60);
  width: 100%;
  max-width: 548px;
  height: 220px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 30px -8px #b0b3ce4d;
}

.card-content {
  background-color: var(--white-81);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  display: flex;
}

.card-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 100%;
  max-width: 180px;
  height: 100%;
}

.inline-text {
  align-items: center;
  display: flex;
}

.news-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(220px, 548px) minmax(220px, 548px);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-top: 40px;
  display: grid;
}

.tabs {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.tabs-menu {
  flex: 0 auto;
  order: -1;
  justify-content: center;
  align-self: flex-end;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 20px;
  display: flex;
  overflow: visible;
}

.tab-link {
  color: var(--grey-40);
  background-color: #0000;
  padding: 12px 36px;
}

.tab-link.w--current {
  background-color: var(--white-81);
  color: var(--rio-blau);
  border-radius: 8px;
  font-weight: 500;
  box-shadow: 0 14px 20px -6px #b0b3ce4d;
}

.collection-list {
  grid-column-gap: 12px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(min-content, 260px));
  grid-auto-columns: 1fr;
  justify-content: center;  /* always center your cards */
  justify-items: stretch;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;            /* keep the flex layout */
}

.collection-list {
  display: flex;            
}

.collection-item {
  border-radius: 8px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fit, minmax(max-content, 268px));
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  height: auto;            /* cards grow/shrink to fit their children */
  text-decoration: none;
  display: flex;
  box-shadow: 0 20px 30px -8px #b0b3ce4d;
  flex-direction: column;  /* so image + content stack vertically */
}


/* make the image a fixed‐height “crop box” */
.collection-item .item-image {
  height: 200px;           /* or whatever desktop height you prefer */
  flex-shrink: 0;          /* don’t let it collapse */
}

/* content below it just sizes to its text */
.collection-item .item-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;  /* don’t spread to bottom */
  height: auto;                 /* let it size to content */
}

.item-content {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 16px;
  display: flex;
}

.bottom-content {
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
  display: flex;
}

.vegan-label {
  background-image: url('../images/noun-carrot.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  margin-left: 6px;
}

.spicy-label {
  background-image: url('../images/noun-spicy.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  margin-left: 6px;
}

.tabs-content {
  width: 100%;
}

.top-content {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.new-text {
  background-color: var(--white-81);
  color: var(--grey-60);
  border-radius: 4px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 2px 10px;
  font-size: 14px;
  line-height: 20px;
}

.discount-text {
  color: var(--white-81);
  background-color: #ff5a5a;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 2px 10px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.empty-state {
  letter-spacing: .3px;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 328px;
  display: flex;
}

.div-block {
  background-image: url('../images/noun-spoon-and-fork.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 140px;
  height: 140px;
}

.large-image-1 {
  background-image: url('../images/rio_website_4box.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}

.small-image-1 {
  background-image: url('../images/rio_website_4box_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 244px;
  height: 244px;
}

.image-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  height: 596px;
  display: grid;
}

.large-image-2 {
  background-image: url('../images/rio_website_4box_4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}

.small-image-2 {
  background-image: url('../images/rio_website_4box_3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  max-width: 244px;
  height: 244px;
}

.about-content {
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  margin-left: 80px;
  display: grid;
}

.button-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.gallery-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(auto, 224px));
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: grid;
}

.gallery-image-wrapper {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 224px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  display: flex;
}

.gallery-image {
  object-fit: cover;
  width: 100%;
}

.image-overlay {
  z-index: 100;
  background-color: #282a36b3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.first-letter {
  float: left;
  color: var(--rio-blau);
  margin-top: 40px;
  margin-left: 60px;
  margin-right: 8px;
  font-size: 60px;
  line-height: 62px;
}

.small-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 820px;
  height: 100%;
  margin: 80px auto;
  padding-left: 16px;
  padding-right: 16px;
  display: block;
  position: relative;
}

.rich-text {
  text-align: justify;
  border-radius: 8px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.rich-text h2 {
  color: var(--rio-blau);
  letter-spacing: -1px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
}

.rich-text p {
  letter-spacing: .2px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 32px;
}

.rich-text strong {
  color: var(--rio-blau);
  font-weight: 600;
}

.rich-text blockquote {
  border-left-color: var(--primary);
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
}

.rich-text h4 {
  color: var(--rio-blau);
  letter-spacing: -1px;
  margin-top: 40px;
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.rich-text ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 60px;
}

.rich-text li {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 18px;
  line-height: 32px;
}

.rich-text img {
  max-width: 90%;
  margin-top: 20px;
}

.rich-text figcaption {
  margin-top: 10px;
  margin-bottom: 60px;
}

.rich-text h3 {
  color: var(--rio-blau);
  font-size: 28px;
  font-weight: 600;
}

.license-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 168px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.license-paragraph {
  max-width: 700px;
  margin-top: 20px;
}

.license-content {
  background-color: var(--white-81);
  border-radius: 8px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 40px 10px 10px;
  display: flex;
}

.license-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  place-items: center stretch;
  display: grid;
}

.icons-license {
  border: 1.5px solid var(--grey-20);
  background-image: url('../images/Icons.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 160px;
  height: 160px;
  margin-right: 40px;
}

.flex-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fit, minmax(max-content, 300px));
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 80px;
  display: flex;
}

.fonts-license {
  border: 1.5px solid var(--grey-20);
  background-image: url('../images/Fonts.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 160px;
  height: 160px;
  margin-right: 40px;
}

.images-license {
  border: 1.5px solid var(--grey-20);
  background-image: url('../images/Images.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 160px;
  height: 160px;
  margin-right: 40px;
}

.license-link {
  color: var(--grey-60);
  text-decoration: none;
}

.changelog-header {
  background-image: linear-gradient(#fffc, #fff9), url('../images/yogurtfruit.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  padding-top: 168px;
  padding-bottom: 80px;
}

.version-description {
  margin-top: 20px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 340px;
  display: flex;
}

.image-error {
  height: 180px;
  margin-bottom: 20px;
}

.social-link {
  background-image: url('../images/ionicons-twitter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 28px;
  height: 28px;
}

.social-link.facebook {
  background-image: url('../images/ionicons-facebook.svg');
}

.social-link.instagram {
  background-image: url('../images/ionicons-instagram.svg');
}

.news-page-list {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(220px, 548px) minmax(220px, 548px);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: stretch;
  width: 100%;
  margin-top: 60px;
  display: grid;
}

.utility-page-form {
  flex-direction: column;
  display: flex;
}

.input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--grey-40);
  background-color: #0000;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.logo-large {
  height: 40px;
  margin-bottom: 40px;
}

.collection-list-wrapper {
  width: 100%;
}

.collection-list-wrapper.top-margin {
  margin-top: 40px;
}

.breadcrumbs {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.link {
  color: var(--rio-blau);
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  display: flex;
}

.link:hover {
  text-decoration: underline;
}

.slash {
  color: var(--grey-40);
  margin-left: 6px;
  margin-right: 6px;
  display: inline;
}

.breadcrumb-text {
  color: var(--grey-40);
  display: inline;
}

.image-item-page {
  border-radius: 8px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 50%;
  max-height: 480px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-details {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: min-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-content-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  width: 50%;
  margin-left: 60px;
  display: grid;
}

.vegan-label-item {
  background-image: url('../images/noun-carrot.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 28px;
  height: 28px;
}

.spicy-label-item {
  background-image: url('../images/noun-spicy.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 28px;
  height: 28px;
  margin-left: 6px;
}

.new-label-item {
  background-color: var(--white-81);
  color: var(--grey-60);
  border-radius: 4px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 6px 14px;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.discount-label-item {
  color: var(--white-81);
  background-color: #ff5a5a;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 6px 14px;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block, .text-block-2, .text-block-3, .text-block-4, .text-block-5 {
  color: var(--white-81);
}

/* ––– 1) The “crop mask” on every card image ––– */
.collection-item-2 .item-image {
  /* kill Webflow’s SVG placeholder: */
  background-image: none !important;

  /* turn it into a fixed‐size viewport: */
  width: 100%;            /* always fill the card’s width */
  height: 240px;          /* ← adjust to taste (desktop) */
  overflow: hidden;       /* hide the bits that stick out */

  /* round corners: */
  border-radius: 20px;

  /* if you had other flex children you still need: */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ––– 2) Force the real photo to cover that box ––– */
.collection-item-2 .item-image img {
  display: block;         /* no descender whitespace, etc */
  width: 100%;            /* fill the *wrapper* horizontally */
  height: 100%;           /* fill the *wrapper* vertically */
  object-fit: cover;      /* crop to fill, center on the most important part */
  object-position: center;
}

/* ––– 3) Optional mobile tweak ––– */
@media (max-width: 767px) {
  .collection-item-2 .item-image {
    height: 160px;        /* a bit shorter on phones */
  }
}

.text-block-6 {
  font-family: "Fa solid 900", sans-serif;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: ". ."
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 "Area Area-2"
                 / 3fr;
}

.text-block-7 {
  font-family: "Fa solid 900", sans-serif;
}

.paragraph {
  text-align: center;
  font-size: 12px;
}

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.body {
  flex-flow: column;
  display: flex;
}

.image-2 {
  flex: 0 auto;
  align-self: flex-start;
}

@media screen and (max-width: 991px) {
  .menu-button {
    z-index: 2000;
    width: 36px;
    height: 36px;
    position: relative;
  }

  .content-wrapper.vertical-align {
    flex-direction: column;
  }

  .top-burger-line {
    background-color: var(--grey-60);
    border-radius: 20px;
    width: 28px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .center-burger-line {
    background-color: var(--grey-60);
    border-radius: 20px;
    width: 28px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .bottom-burger-line {
    background-color: var(--grey-60);
    border-radius: 20px;
    width: 28px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .semibold-paragraph {
    letter-spacing: .2px;
    font-size: 14px;
  }

  .h1 {
    justify-content: center;
    align-items: center;
    font-size: 42px;
    line-height: 50px;
  }

  .h3.top-margin {
    margin-left: 16px;
    margin-right: 16px;
  }

  .h2 {
    font-size: 38px;
    line-height: 48px;
  }

  .style-guide-title {
    justify-content: center;
    align-items: center;
    max-width: 400px;
    font-size: 42px;
    line-height: 42px;
  }

  .button-primary, .button-primary.top-margin {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 14px;
    line-height: 20px;
  }

  .underline {
    display: none;
  }

  .contact-wrapper {
    margin-right: 0;
  }

  .opening-wrapper {
    order: -1;
    margin-bottom: 60px;
  }

  .footer-bottom {
    text-align: center;
  }

  .hero-section {
    height: 80vh;
    box-shadow: 0 10px 40px #b0b3ce4d;
  }

  .social-links {
    margin-bottom: 40px;
  }

  .mouse-icon {
    display: none;
  }

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

  .feature-wrapper {
    padding: 20px;
  }

  .card-wrapper {
    max-width: 100%;
  }

  .card-content {
    width: 100%;
  }

  .card-image {
    max-width: 200px;
  }

  .news-list {
    grid-template-columns: 100%;
    justify-content: stretch;
    justify-items: stretch;
    padding-left: 40px;
    padding-right: 40px;
  }

  .tab-link {
    font-size: 14px;
    line-height: 20px;
  }

  .tab-link.w--current {
    line-height: 20px;
  }

  .w-tab-pane {
    display: none;
  }
  .w--tab-active {
    display: block;
  }
  .w-tab-link { cursor: pointer; }

  .collection-list {
    grid-template-columns: repeat(auto-fit, 32%);
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .small-image-1 {
    height: 180px;
  }

  .image-grid {
    order: 1;
    width: 80%;
    height: 480px;
    margin-top: 60px;
  }

  .small-image-2 {
    height: 180px;
  }

  .about-content {
    grid-row-gap: 20px;
    width: 80%;
    margin-left: 0;
  }

  .gallery-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(min-content, 224px));
    grid-auto-columns: 1fr;
  }

  .image-overlay {
    display: none;
  }

  .news-page-list {
    grid-template-columns: 100%;
    justify-content: stretch;
    justify-items: stretch;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-item-page {
    width: 80%;
    margin-bottom: 40px;
  }

  .grid-content-item {
    align-self: center;
    width: 80%;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .menu-button {
    color: var(--white-81);
    flex-direction: column;
    order: 1;
    justify-content: center;
    align-items: center;
    padding: 4px;
    display: flex;
  }

  .nav-link {
    text-transform: uppercase;
    height: auto;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .nav-link:hover {
    border-bottom-style: solid;
    border-bottom-color: #0000;
  }

  .nav-menu {
    z-index: 400;
    background-color: var(--rio-blau);
    transform-origin: 50% 0;
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    height: 60vh;
    margin-top: 88px;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
    position: absolute;
    inset: 0%;
    box-shadow: 0 40px 40px -40px #7c809b80;
  }

  .h1 {
    font-size: 34px;
    line-height: 44px;
  }

  .underline-button {
    margin-left: 10px;
  }

  .h2 {
    flex: 1;
  }

  .style-guide-title {
    text-align: center;
  }

  .contact-wrapper {
    margin-right: 0;
  }

  .contact-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .map {
    width: 280px;
    height: 320px;
  }

  .navigation {
    background-color: var(--rio-blau);
  }

  .hero-section {
    background-position: 50%, 100% 0;
    background-size: cover, cover;
    height: 100vh;
  }

  .hero-content {
    width: 50%;
  }

  .card-wrapper {
    height: 240px;
  }

  .card-image {
    max-width: 180px;
  }

  .news-list {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs {
    align-items: center;
  }

  .collection-list {
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(min-content, 240px));
  }

  .collection-item {
    height: 100%;
  }

  /* ────────────────────────────────────────
    1) RESET WEBFLOW’S SVG PLACEHOLDER
  ──────────────────────────────────────── */
  .item-image {
    background-image: none !important;
  }

  /* ────────────────────────────────────────
    2) UNIFIED CARD IMAGE CONTAINER
  ──────────────────────────────────────── */
  .item-image {
    position: relative;    /* for the absolutely‐positioned <img> */
    overflow: hidden;      /* clip to rounded corners */
    border-radius: 8px;    /* your desired rounding */
    width: 100%;           /* fill its parent card */
    height: 200px;         /* fixed height so tabs never reflow differently */
  }

  /* ────────────────────────────────────────
    3) CROPPED, COVER‐FIT <img> INSIDE
  ──────────────────────────────────────── */
  .item-image img {
    position: absolute;
    top: 50%; left: 50%;
    width: auto;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: center;
    border-radius: 8px;    /* mirror the container’s rounding */
  }

  /* ────────────────────────────────────────
    4) MAKE ALL TABS USE THE SAME GRID
  ──────────────────────────────────────── */
  .tabs-content .collection-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
    padding: 0 20px 40px;  /* preserve your padding-bottom */
  }

  /* ────────────────────────────────────────
    5) MOBILE OVERRIDES
  ──────────────────────────────────────── */
  @media screen and (max-width: 767px) {
    .item-image {
      height: 160px;       /* smaller on phone */
    }
    .tabs-content .collection-list {
      grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
      gap: 12px;
      padding: 0 12px 30px;
    }
  }

  .item-content {
    height: 200px;
  }

  .image-grid {
    width: 100%;
  }

  .about-content {
    width: 100%;
    margin-left: 0;
  }

  .image-error {
    height: 120px;
  }

  .news-page-list {
    padding-left: 0;
    padding-right: 0;
  }

  .image-item-page {
    width: 100%;
    max-height: 340px;
  }

  .grid-content-item {
    width: 100%;
  }

  .div-block-2 {
    background-color: var(--rio-blau);
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
    line-height: 20px;
  }

  .nav-menu {
    background-color: var(--rio-blau);
  }

  .brand {
    max-width: 80%;
  }

  .medium-paragraph, .semibold-paragraph {
    line-height: 20px;
  }

  .h1 {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .small-title {
    font-size: 14px;
    line-height: 20px;
  }

  .underline-button {
    margin-top: 10px;
  }

  .h3 {
    letter-spacing: 0;
    font-size: 20px;
    line-height: 26px;
  }

  .h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .style-guide-title {
    max-width: 300px;
    margin-left: 0;
    margin-right: 0;
    font-size: 32px;
    line-height: 42px;
  }

  .style-guide-content {
    flex-direction: column;
  }

  .button-primary {
    padding: 10px 32px;
  }

  .h4 {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .h4.align-left {
    text-align: left;
  }

  .small-paragraph {
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
  }

  .small-medium-paragraph {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .xs-paragraph.padding-left {
    padding-left: 2px;
  }

  .rich-text-white {
    max-width: 100%;
    padding: 20px;
  }

  .rich-text-white h2 {
    font-size: 26px;
  }

  .rich-text-white p, .rich-text-white blockquote, .rich-text-white li {
    font-size: 16px;
    line-height: 28px;
  }

  .contact-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .opening-wrapper {
    width: 80%;
  }

  .contact-content {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .map {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    width: 100%;
  }

  .footer-span {
    padding-left: 6px;
    padding-right: 6px;
  }

  .navigation {
    background-color: var(--rio-blau);
    color: var(--white-81);
  }

  .hero-section {
    box-shadow: none;
    background-image: linear-gradient(#ffffffe6, #ffffffb3), url('../images/AdobeStock_201533916_Preview.jpeg');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 94vh;
  }

  .hero-wrapper {
    justify-content: center;
  }

  .hero-content {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 300px;
  }

  .social-links {
    margin-bottom: 60px;
    margin-left: 0;
    left: auto;
  }

  .features-wrapper {
    flex-direction: column;
  }

  .feature-wrapper {
    padding: 40px;
  }

  .vertical-line {
    width: 148px;
    height: 1px;
    top: 0%;
    bottom: auto;
    left: auto;
  }

  .card-wrapper {
    flex-direction: column;
    height: 100%;
  }

  .card-content {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }

  .card-image {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    max-width: 100%;
    height: 140px;
  }

  .inline-text {
    margin-bottom: 6px;
  }

  .news-list {
    grid-row-gap: 40px;
    grid-template-columns: 100%;
  }

  .tabs {
    align-items: flex-start;
    width: 100vw;
    display: block;
    overflow: hidden;
  }

  .tabs-menu {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    overflow: scroll;
  }

  .tab-link {
    padding-left: 32px;
    padding-right: 32px;
  }

  .collection-list {
    grid-column-gap: 12px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, 100%);
    grid-auto-columns: 1fr;
    display: grid;
  }

  .collection-item {
    flex-direction: row;
  }

  .item-content {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    width: 90%;
    height: 180px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .vegan-label, .spicy-label {
    width: 20px;
    height: 20px;
    margin-left: 4px;
  }

  .new-text, .discount-text {
    margin-right: 0;
  }

  .small-image-1 {
    height: 120px;
  }

  .image-grid {
    height: 320px;
  }

  .small-image-2 {
    height: 120px;
  }

  .gallery-grid {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  }

  .gallery-image-wrapper {
    height: 140px;
  }

  .first-letter {
    margin-top: 20px;
    margin-left: 20px;
    font-size: 54px;
    line-height: 54px;
  }

  .small-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .rich-text {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .rich-text h2 {
    font-size: 26px;
  }

  .rich-text p, .rich-text blockquote {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text h4 {
    font-size: 18px;
    line-height: 26px;
  }

  .rich-text li {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .utility-page-content {
    margin-left: 16px;
    margin-right: 16px;
  }

  .news-page-list {
    grid-template-columns: 100%;
  }

  .image-item-page {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    justify-content: center;
    margin-bottom: 10px;
  }

  .vegan-label-item, .spicy-label-item {
    width: 20px;
    height: 20px;
    margin-left: 4px;
  }

  .discount-label-item {
    margin-right: 0;
  }

  .div-block-2 {
    background-color: var(--rio-blau);
  }
}

#w-node-_98cebbb3-b34c-34a9-4fe7-a1d38c356903-42de2e0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-div-block-15-42de2e0f {
  align-self: end;
}

#w-node-div-block-17-42de2e0f {
  justify-self: end;
}

#w-node-heading-2-74de2e17, #w-node-f4e9a699-a395-bad1-0023-bffe47d0ad7a-74de2e17, #w-node-fec2cadf-9002-a760-0939-b2f6fda5d55f-74de2e17 {
  grid-area: 1 / 1 / 2 / 3;
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa v4compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2'), url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}