.my-header {
  font-weight: 400;
  margin: 10px auto 0;
  font-size: 80px;
  font-family: 'Especial Kay';

}



@media (min-width:1000px){

.my-header {
  font-weight: 400;
  margin: 10px auto 0;
  font-size: 120px;
  font-family: 'Especial Kay';

}
}

@media (max-width:600px){

.my-header {
  font-weight: 400;
  margin: 10px auto 0;
  font-size: 50px;
  font-family: 'Especial Kay';

}
}





/* ListenSymbol */
.myList ul {
  list-style: none;
}
.myList ul li::before {

  content: "\2713";
  color: #818955;
  font-size: 1em;
  font-weight: bold;
  display: inline-block; 
  width: 1.3em;
  margin-left: -1em;

}

.product-detail-description-text ul {
  list-style: none;
}
.product-detail-description-text ul li::before {

  content: "\2713";
  color: #818955;
  font-weight: bold;
  display: inline-block; 
  width: 1.3em;
  margin-left: -1em;

}

@font-face {
  font-family: 'roboto-v29-latin-regular';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/roboto-v29-latin-regular.woff);
}
@font-face {
  font-family: 'OpenSans-Regular';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/OpenSans-Regular.woff);
}

@font-face {
  font-family: 'OpenSans-Regular';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/OpenSans-Regular.woff);
}

@font-face {
    font-family: 'Especial Kay';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/espek___.woff') format('woff');
}