body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Verdana IKEA Bold', sans-serif;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Verdana IKEA Bold', sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Verdana IKEA Bold', sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: 'Verdana IKEA Normal', sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.section-intro {
  position: relative;
  top: 1px;
  display: block;
  overflow: hidden;
  height: 100%;
  max-width: 1280px;
  margin: 60px auto 40px;
}

.section-intro.solleron {
  display: block;
  height: auto;
  margin: 40px auto;
  background-image: none;
}

.section-intro.askholmen {
  display: block;
  height: 80vh;
  margin: 40px auto;
  background-image: url('../images/Hero5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-intro.lacko {
  display: block;
  height: 80vh;
  margin: 40px auto;
  background-image: url('../images/Hero6.jpg');
  background-position: 0px 100%;
  background-size: cover;
  background-attachment: fixed;
}

.section-intro.hero-rs {
  height: 80vh;
  background-image: -webkit-linear-gradient(270deg, rgba(225, 177, 13, .89), rgba(225, 177, 13, .89)), url('../images/PH140139-1.jpg');
  background-image: linear-gradient(180deg, rgba(225, 177, 13, .89), rgba(225, 177, 13, .89)), url('../images/PH140139-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.b1 {
  position: absolute;
  left: -57px;
  bottom: -55px;
  z-index: 10;
  width: 515px;
}

.b2 {
  position: absolute;
  right: -160px;
  bottom: -17px;
  width: 635px;
}

.b3 {
  position: absolute;
  top: -193px;
  right: -161px;
  bottom: 505px;
  width: 410px;
}

.section {
  position: relative;
  margin-right: 40px;
  margin-bottom: 50px;
  margin-left: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #f0f0f0;
}

.head-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  cursor: pointer;
}

.head-nav-link.ikea-logo {
  position: fixed;
  left: 0px;
  top: 10px;
  right: 0px;
  z-index: 110;
  display: block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.head-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
  background-color: #fff;
  -webkit-transition: background-color 160ms cubic-bezier(.433, .083, .25, 1), border 160ms cubic-bezier(.433, .083, .25, 1);
  transition: background-color 160ms cubic-bezier(.433, .083, .25, 1), border 160ms cubic-bezier(.433, .083, .25, 1);
}

.hero-copy {
  position: absolute;
  left: 0px;
  top: 30%;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  text-align: center;
}

.hero-copy.position-1 {
  left: 0px;
  top: 17%;
  right: 0px;
  bottom: 0px;
  width: 60%;
}

._50-text {
  position: relative;
  width: 50%;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  float: left;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

._50-image {
  position: relative;
  width: 50%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  float: left;
}

.section-family {
  margin-top: 100px;
  margin-right: 40px;
  margin-left: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f60;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.headline {
  display: block;
  width: 600px;
  margin: 100px auto 70px;
  color: #000;
  text-align: center;
}

.button {
  margin-right: 5px;
  padding: 7px 18px;
  border-radius: 3px;
  background-color: #0051ba;
  background-image: -webkit-linear-gradient(270deg, #0f66d6, #0051ba);
  background-image: linear-gradient(180deg, #0f66d6, #0051ba);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Verdana IKEA Normal', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.button:hover {
  background-image: none;
}

.footer {
  margin-top: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #f0f0f0;
  font-family: 'Verdana IKEA Normal', sans-serif;
  font-size: 10px;
  text-align: center;
}

.ifam-block {
  position: relative;
}

.white {
  color: #fff;
}

.ifam-chair {
  position: absolute;
  top: -105px;
  right: 0px;
  bottom: 0px;
  width: 240px;
}

.ifam-logo {
  margin-bottom: 15px;
}

.product-name {
  margin-bottom: 3px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}

.product-description {
  margin-top: 10px;
  font-family: 'Verdana IKEA Normal', sans-serif;
  line-height: 18px;
}

.product-price {
  margin-bottom: 10px;
  font-family: 'Verdana IKEA Bold', sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: -2px;
}

.fakta {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 20px;
}

.fakta.fakta-hero-1 {
  position: absolute;
  left: 12%;
  bottom: 18%;
  z-index: 20;
  max-height: 200px;
  text-align: right;
}

.fakta.fakta-hero-2 {
  position: absolute;
  left: 16%;
  bottom: 17%;
  text-align: right;
}

.fakta.fakta-hero-2 {
  position: absolute;
  left: 20%;
  bottom: 29%;
  z-index: 20;
  max-height: 200px;
  text-align: right;
}

.featured-image {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  margin-bottom: 5px;
}

.section-2 {
  margin-right: 40px;
  margin-left: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.column {
  padding-right: 50px;
  padding-left: 0px;
}

.new-tag {
  display: inline-block;
  margin-bottom: 0px;
  border-radius: 3px;
  font-family: 'Verdana IKEA Bold', sans-serif;
  color: #f60;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

.row {
  margin-top: 50px;
  margin-right: 0px;
  margin-left: 0px;
}

.row-2 {
  margin-bottom: 60px;
}

.section-9-products {
  position: relative;
  margin: 100px 40px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/b1_1.png'), url('../images/b2_1.png'), url('../images/b3_1.png'), -webkit-linear-gradient(270deg, #ffe000, #ffe000);
  background-image: url('../images/b1_1.png'), url('../images/b2_1.png'), url('../images/b3_1.png'), linear-gradient(180deg, #ffe000, #ffe000);
  background-position: 0px 0px, 0px 0px, 50% 50%, 0px 0px;
  background-size: cover, cover, cover, auto;
  background-attachment: fixed, fixed, fixed, scroll;
}

.one-product-grid {
  display: inline-block;
  width: 30%;
  min-height: 500px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 20px 20px 10px;
  float: left;
  background-color: #fff;
}

.section-separator {
  position: relative;
  overflow: hidden;
  height: 80vh;
  margin: 41px;
  background-image: url('../images/PH132420_lowres.jpg'), -webkit-linear-gradient(90deg, #e6e6e6, #fff);
  background-image: url('../images/PH132420_lowres.jpg'), linear-gradient(0deg, #e6e6e6, #fff);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.section-separator.askholmensep1 {
  background-image: url('../images/PH129675_lowres.jpg'), -webkit-linear-gradient(90deg, #e6e6e6, #fff);
  background-image: url('../images/PH129675_lowres.jpg'), linear-gradient(0deg, #e6e6e6, #fff);
  background-position: 50% 100%, 0px 0px;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.section-separator.lacko-sep1 {
  background-image: url('../images/PE337388.jpg'), -webkit-linear-gradient(90deg, #e6e6e6, #fff);
  background-image: url('../images/PE337388.jpg'), linear-gradient(0deg, #e6e6e6, #fff);
  background-position: 50% 100%, 0px 0px;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.section-separator.tarno {
  position: relative;
  display: block;
  overflow: hidden;
  background-attachment: fixed, scroll;
}

.rsd {
  position: relative;
  top: -8px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}

.mobile-menu {
  position: absolute;
  top: 0px;
  right: -100vw;
  bottom: 0px;
  z-index: 100;
  overflow: auto;
  width: 30vw;
  height: 100vh;
  padding-top: 60px;
  padding-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
}

.head-nav-close {
  position: absolute;
  top: 10px;
  right: 20px;
  height: 40px;
  cursor: pointer;
}

.mobile-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -1px;
  padding: 30px 80px 30px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  font-family: 'Verdana IKEA Normal', sans-serif;
  color: #000;
  line-height: 14px;
  text-decoration: none;
}

.mobile-link:hover {
  background-color: #ffe000;
}

.mobile-link.w--current {
  background-color: #ffe000;
}

.mobile-image {
  overflow: hidden;
  width: 70px;
  margin-right: 20px;
  float: left;
}

.ifam-text {
  width: 50%;
}

.headline-hero {
  margin-bottom: 26px;
  color: #fff;
  font-size: 56px;
  line-height: 61px;
}

.hero-subheadline {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.text-block-2 {
  display: block;
  margin-right: 10px;
  float: none;
  font-family: 'Verdana IKEA Bold', sans-serif;
}

.image-4 {
  display: block;
  float: none;
}

.subnav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 160px;
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 10px;
  padding-bottom: 17px;
  padding-left: 10px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f0f0f0;
  -webkit-transition: background-color 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, border 200ms ease;
  font-family: 'Verdana IKEA Normal', sans-serif;
  color: #000;
  text-decoration: none;
}

.subnav-link:hover {
  background-color: #ffe000;
}

.subnav-link.w--current {
  border: 1px solid #cfcfcf;
}

.subnav-link.w--current:hover {
  border-color: #ffe000;
}

.subnav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.subnav-text {
  margin-top: 10px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

html.w-mod-js *[data-ix="image-opacity"] {
  opacity: 0;
}

@media (max-width: 991px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .section-intro.hero-rs {
    background-image: -webkit-linear-gradient(270deg, rgba(225, 177, 13, .89), rgba(225, 177, 13, .89)), url('../images/PH140139-1.jpg');
    background-image: linear-gradient(180deg, rgba(225, 177, 13, .89), rgba(225, 177, 13, .89)), url('../images/PH140139-1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .head-nav-link.ikea-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .section-family {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .footer {
    padding-right: 40px;
    padding-left: 40px;
  }
  .product-price {
    font-size: 24px;
    line-height: 30px;
  }
  .one-product-grid {
    min-height: 400px;
  }
  .mobile-menu {
    width: 50vw;
  }
  .mobile-link {
    padding-right: 30px;
    padding-left: 30px;
  }
  .headline-hero {
    font-size: 46px;
    line-height: 51px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .section-intro.solleron {
    background-position: -128px 50%;
    background-attachment: scroll;
  }
  .section-intro.askholmen {
    background-position: 14% 0%;
    background-attachment: scroll;
  }
  .section-intro.lacko {
    background-position: 7% 100%;
    background-attachment: scroll;
  }
  .section-intro.hero-rs {
    height: 80vh;
    margin-top: 60px;
    background-image: -webkit-linear-gradient(270deg, rgba(225, 177, 13, .89), rgba(225, 177, 13, .89)), url('../images/PH140139-1.jpg'), -webkit-linear-gradient(90deg, #e6e6e6, #fff);
    background-image: linear-gradient(180deg, rgba(225, 177, 13, .89), rgba(225, 177, 13, .89)), url('../images/PH140139-1.jpg'), linear-gradient(0deg, #e6e6e6, #fff);
    background-position: 0px 0px, 50% 50%, 0px 0px;
    background-attachment: scroll, scroll, scroll;
  }
  .head-nav-link.ikea-logo {
    width: 90px;
  }
  .head-nav {
    padding: 10px;
    border-bottom-color: #f0f0f0;
    background-color: #fff;
  }
  .hero-copy {
    padding: 20px;
  }
  .hero-copy.position-1 {
    top: 10%;
    width: 80%;
  }
  ._50-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .headline {
    width: auto;
    margin: 50px 40px;
  }
  .ifam-chair {
    top: -10px;
    width: 160px;
  }
  .fakta {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .section-9-products {
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
  }
  .one-product-grid {
    width: 50%;
    margin-bottom: 10px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .mobile-menu {
    width: 100vw;
    padding-top: 60px;
    box-shadow: none;
  }
  .head-nav-close {
    top: 10px;
    right: 10px;
  }
  .mobile-link {
    padding: 20px;
  }
  .grid-9-products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 10px 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .column-reset {
    padding-right: 0px;
    padding-left: 0px;
  }
  .headline-hero {
    font-size: 34px;
    line-height: 40px;
  }
  .hero-subheadline {
    font-size: 14px;
    line-height: 20px;
  }
  .subnav-link {
    height: 180px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 22px;
    line-height: 24px;
  }
  p {
    font-size: 12px;
    line-height: 16px;
  }
  .section-intro {
    height: 100vh;
    margin-top: 40px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .section-intro.solleron {
    margin-right: 0px;
    margin-left: 0px;
  }
  .section-intro.askholmen {
    margin-right: 0px;
    margin-left: 0px;
    background-position: -149px 0px;
  }
  .section-intro.lacko {
    margin-right: 0px;
    margin-left: 0px;
  }
  .section-intro.hero-rs {
    margin-bottom: 20px;
  }
  .section {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .head-nav-link {
    width: 30px;
  }
  .head-nav-link.ikea-logo {
    top: 0px;
    width: 60px;
  }
  .head-nav {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .hero-copy {
    width: auto;
    padding: 20px;
  }
  .hero-copy.position-1 {
    top: 0%;
  }
  ._50-text {
    width: 100%;
    padding: 20px 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  ._50-image {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .section-family {
    margin-top: 30px;
    padding: 20px;
  }
  .headline {
    margin: 0px 20px 20px;
    text-align: left;
  }
  .headline.mobile-headline {
    margin-right: 0px;
    margin-left: 0px;
  }
  .button {
    margin-bottom: 5px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .ifam-chair {
    top: 60px;
    width: 110px;
  }
  .product-description {
    margin-top: 5px;
    font-size: 12px;
    line-height: 16px;
  }
  .product-price {
    font-size: 20px;
    line-height: 20px;
  }
  .section-2 {
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 0px;
  }
  .new-tag {
    line-height: 14px;
  }
  .section-9-products {
    margin: 0px 0px 40px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .one-product-grid {
    width: 100%;
    min-height: auto;
    margin-bottom: 20px;
  }
  .section-separator {
    margin: 20px 0px;
  }
  .section-separator.lacko-sep1 {
    background-position: -253px 100%, 0px 0px;
  }
  .rsd {
    top: -6px;
    font-size: 12px;
    line-height: 14px;
  }
  .mobile-menu {
    padding-top: 40px;
  }
  .head-nav-close {
    top: 0px;
    right: 0px;
    width: 45px;
    padding-right: 10px;
    padding-left: 5px;
  }
  .mobile-link.w--current {
    background-color: #ffe000;
  }
  .mobile-image {
    width: 50px;
  }
  .grid-9-products {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .headline-hero {
    font-size: 24px;
    line-height: 32px;
  }
  .subnav-link {
    height: auto;
    min-height: 160px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }
}

@font-face {
  font-family: 'Verdana IKEA Bold';
  src: url('../fonts/Verdana-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Verdana IKEA Normal';
  src: url('../fonts/Verdana.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}