@font-face {
  font-family: Flexible;
  src: url(../fonts/flexible-h300w200/flexible-h300w200-webfont.woff2)
      format("woff2"),
    url(../fonts/flexible-h300w200/flexible-h300w200-webfont.woff)
      format("woff");
}

@font-face {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Satoshi/Satoshi-Light.woff2) format("woff2"),
    url(../fonts/Satoshi/Satoshi-Light.woff) format("woff");
}

@font-face {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Satoshi/Satoshi-Regular.woff2) format("woff2"),
    url(../fonts/Satoshi/Satoshi-Regular.woff) format("woff");
}

@font-face {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Satoshi/Satoshi-Medium.woff2) format("woff2"),
    url(../fonts/Satoshi/Satoshi-Medium.woff) format("woff");
}

@font-face {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Satoshi/Satoshi-Bold.woff2) format("woff2"),
    url(../fonts/Satoshi/Satoshi-Bold.woff) format("woff");
}

@font-face {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Satoshi/Satoshi-Black.woff2) format("woff2"),
    url(../fonts/Satoshi/Satoshi-Black.woff) format("woff");
}

.font-satoshi {
  font-family: Satoshi, Arial, sans-serif;
}

@media print {
  html,
  body {
    height: 50%;
    margin-top: 10px;
  }

  img {
    max-height: 30px;
    max-width: 250px;
  }

  .printen {
    color: #000;
    display: inline;
  }

  .prijs_barcode {
    text-align: left;
  }

  #_print_barcode {
    min-height: 25vh;
    width: 30%;
    margin-left: 30px;
  }

  .logo {
    height: 15vh;
    margin-top: 3vh;
  }

  ._print_prijs_nu {
    font-size: 20vh;
    margin: 0px;
    font-weight: bolder;
    font-family: Satoshi, Arial, sans-serif;
    margin-left: 30px;
  }

  ._prijs_retail {
    font-size: 7vh;
    margin-left: 30px;
  }

  @page {
    size: 2.5in 1.5in;
  }

  .niet-printen {
    display: none;
  }
}

@media screen {
  .printen {
    display: none;
  }
}
