.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: 'Rubik v21 latin 300', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

a {
  color: #f2f2f2;
  text-decoration: underline;
}

strong {
  font-family: 'Rubik v21 latin 700', sans-serif;
  font-weight: 400;
}

.brand {
  width: 150px;
  margin-top: 10px;
  margin-bottom: -30px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.41);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/header-bg-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-shadow: 0 0 40px 20px rgba(0, 0, 0, 0.56);
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.body {
  font-family: Dinweb;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 300;
  text-transform: uppercase;
}

.white {
  width: auto;
  font-family: 'Rubik v21 latin 300', sans-serif;
  color: #fff;
}

.white h2 {
  font-weight: 400;
  text-transform: uppercase;
}

.white.h-her {
  margin-top: -29px;
}

.headerh1 {
  margin-top: 18px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 48px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
}

.body-2 {
  padding-bottom: 150px;
  background-color: #333;
}

.grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -95px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 7px;
  background-image: url('../images/bier.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.55);
}

.section-2 {
  margin-top: 70px;
}

.div-block-3 {
  padding: 40px;
  border-radius: 7px;
  background-color: #ce0000;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.55);
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 300;
  text-transform: uppercase;
}

.div-block-4 {
  margin-top: 20px;
}

.heading-4 {
  font-family: 'Rubik v21 latin 300', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.heading-5 {
  font-weight: 400;
}

.paragraph-2-columns {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  -webkit-column-rule: 1px dashed #333;
  column-rule: 1px dashed #333;
}

.paragraph-2-columns.white {
  -webkit-column-rule-color: hsla(0, 0%, 100%, 0.64);
  column-rule-color: hsla(0, 0%, 100%, 0.64);
}

.div-block-5 {
  margin-top: -22px;
  margin-right: 0px;
}

.section-3 {
  height: 50vh;
  margin-top: 70px;
  background-image: url('../images/glaeser.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-6 {
  height: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.52)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), transparent);
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section-vereinsheim-bar {
  display: block;
  height: 100vh;
}

.div-block-7 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-8 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.alternate-header {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Rubik v21 latin 800', sans-serif;
  color: #000;
  font-size: 80px;
  line-height: 72px;
  font-weight: 400;
  text-transform: uppercase;
}

.section-5 {
  height: 100vh;
}

.div-block-9 {
  position: static;
  top: 100vh;
  height: auto;
  margin-bottom: 133px;
  margin-left: 40%;
  padding: 20px 40px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.81);
  border-radius: 7px;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.section-logo {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.section-background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/balken_rot.png');
  background-position: 50% 50%;
  background-size: 736px;
  background-repeat: no-repeat;
}

.section-news {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: -50vh;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/schuhe_frei.png');
  background-position: -110px 50%;
  background-size: auto 100vh;
  background-repeat: no-repeat;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logobox {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.indexdingen {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-left: 30px;
}

.indextext {
  font-family: 'Rubik v21 latin 300', sans-serif;
  color: #999;
  font-size: 10px;
  line-height: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.div-block-11 {
  width: 30px;
  height: 1px;
  margin-top: 19px;
  margin-right: 5px;
  background-color: #999;
}

.h2-aktuelles {
  margin-bottom: 21px;
  font-family: 'Rubik v21 latin 300', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  text-transform: uppercase;
}

.section-speisen {
  position: relative;
  z-index: 2;
  display: block;
  height: 100vh;
  margin-top: -35vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/gedeck.png');
  background-position: 100% 50%;
  background-size: auto 70%;
  background-repeat: no-repeat;
  -webkit-column-count: auto;
  column-count: auto;
}

.grid-2 {
  width: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-regionales {
  position: relative;
  z-index: 3;
  overflow: hidden;
  margin-top: -6vh;
  margin-bottom: 0px;
  padding: 50px 20px 70px;
  background-image: url('../images/papierhintergrund.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-12 {
  margin-top: 20px;
}

.heading-6 {
  margin-top: 5px;
  font-family: 'Rubik v21 latin 300', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.die-kartoffel {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.div-block-13 {
  width: 55%;
  padding-top: 10px;
  padding-bottom: 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.ffnungszeiten-section {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 50;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.der-klotz {
  position: static;
  left: auto;
  top: -13%;
  right: auto;
  bottom: auto;
  margin-right: 19px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container-7 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section-6 {
  position: relative;
  z-index: 4;
  margin-top: 0px;
}

.container-8 {
  overflow: visible;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.small-head {
  font-family: 'Rubik v21 latin 700', sans-serif;
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.small-head-below {
  font-family: 'Rubik v21 latin 300', sans-serif;
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-pattern {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  background-image: url('../images/tsg-pattern.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-15 {
  height: 100vh;
  background-color: hsla(0, 0%, 100%, 0.86);
}

.ffnungszeiten-info {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 49;
  display: block;
}

.z-containerdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #333;
}

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.link-block {
  position: relative;
  z-index: 49;
  margin-bottom: 16px;
}

.div-block-16 {
  display: none;
}

.body-3 {
  margin-bottom: 0px;
  background-color: #000;
}

.h2-weiss {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
}

.footer {
  position: relative;
  padding-bottom: 60px;
}

.container-10 {
  padding-top: 60px;
}

.impressumstext {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}

@media screen and (max-width: 991px) {
  .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon {
    color: #fff;
  }

  .section-vereinsheim-bar {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-8 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-9 {
    margin-left: 20%;
  }

  .section-news {
    -webkit-perspective: none;
    perspective: none;
  }

  .container-4 {
    position: relative;
    z-index: 2;
  }

  .section-speisen {
    padding-right: 20px;
    padding-left: 20px;
    background-position: 70vw 50%;
  }

  .div-block-13 {
    width: 80%;
  }

  .z-containerdiv {
    width: 50vw;
  }
}

@media screen and (max-width: 767px) {
  .paragraph-2-columns {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .alternate-header {
    font-size: 60px;
    line-height: 54px;
  }

  .div-block-9 {
    margin-left: 10%;
  }

  .logobox {
    width: 170px;
  }

  .indexdingen {
    display: none;
  }

  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .die-kartoffel {
    right: -42%;
  }

  .der-klotz {
    width: 80px;
    margin-top: -20px;
    margin-bottom: 12px;
  }

  .div-block-14 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .z-containerdiv {
    width: 70vw;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    width: 110px;
  }

  .alternate-header {
    font-size: 40px;
    line-height: 37px;
  }

  .div-block-9 {
    margin-bottom: 0px;
    margin-left: 0%;
    padding: 10px 30px 20px;
  }

  .section-news {
    position: relative;
    height: auto;
    margin-top: 0vh;
    background-position: 100% 50%;
    background-size: cover;
  }

  .container-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .logobox {
    width: 150px;
  }

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

  .h2-aktuelles.bigger {
    font-size: 46px;
    line-height: 46px;
  }

  .section-speisen {
    height: auto;
    margin-top: 0vh;
  }

  .section-regionales {
    margin-top: 0px;
  }

  .die-kartoffel {
    right: -71%;
  }

  .div-block-13 {
    width: 100%;
  }

  .ffnungszeiten-section {
    padding-right: 20px;
  }

  .z-containerdiv {
    width: 100vw;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
}

#w-node-_965c3722-47f4-0cbf-e8c4-68581b6c8d4e-606eaded {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3a7a13ad-f4f7-bb87-edb4-e954f8072c99-606eaded {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7993fa84-32e5-5c5a-945e-8c15653fff89-09daa74d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f7d3ee2b-9235-4ce2-444a-c6f1a945c7e4-09daa74d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'Rubik v21 latin 500';
  src: url('../fonts/rubik-v21-latin-500.woff2') format('woff2'), url('../fonts/rubik-v21-latin-500.eot') format('embedded-opentype'), url('../fonts/rubik-v21-latin-500.woff') format('woff'), url('../fonts/rubik-v21-latin-500.ttf') format('truetype'), url('../fonts/rubik-v21-latin-500.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik v21 latin 300';
  src: url('../fonts/rubik-v21-latin-300.woff2') format('woff2'), url('../fonts/rubik-v21-latin-300.eot') format('embedded-opentype'), url('../fonts/rubik-v21-latin-300.woff') format('woff'), url('../fonts/rubik-v21-latin-300.ttf') format('truetype'), url('../fonts/rubik-v21-latin-300.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik v21 latin 600';
  src: url('../fonts/rubik-v21-latin-600.woff2') format('woff2'), url('../fonts/rubik-v21-latin-600.eot') format('embedded-opentype'), url('../fonts/rubik-v21-latin-600.woff') format('woff'), url('../fonts/rubik-v21-latin-600.ttf') format('truetype'), url('../fonts/rubik-v21-latin-600.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik v21 latin 700';
  src: url('../fonts/rubik-v21-latin-700.woff2') format('woff2'), url('../fonts/rubik-v21-latin-700.eot') format('embedded-opentype'), url('../fonts/rubik-v21-latin-700.woff') format('woff'), url('../fonts/rubik-v21-latin-700.ttf') format('truetype'), url('../fonts/rubik-v21-latin-700.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik v21 latin 800';
  src: url('../fonts/rubik-v21-latin-800.woff2') format('woff2'), url('../fonts/rubik-v21-latin-800.eot') format('embedded-opentype'), url('../fonts/rubik-v21-latin-800.woff') format('woff'), url('../fonts/rubik-v21-latin-800.ttf') format('truetype'), url('../fonts/rubik-v21-latin-800.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik v21 latin 900';
  src: url('../fonts/rubik-v21-latin-900.woff2') format('woff2'), url('../fonts/rubik-v21-latin-900.eot') format('embedded-opentype'), url('../fonts/rubik-v21-latin-900.woff') format('woff'), url('../fonts/rubik-v21-latin-900.ttf') format('truetype'), url('../fonts/rubik-v21-latin-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik v21 latin';
  src: url('../fonts/rubik-v21-latin-regular.woff2') format('woff2'), url('../fonts/rubik-v21-latin-regular.eot') format('embedded-opentype'), url('../fonts/rubik-v21-latin-regular.woff') format('woff'), url('../fonts/rubik-v21-latin-regular.ttf') format('truetype'), url('../fonts/rubik-v21-latin-regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}