@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Sonsie+One&display=swap');
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/food/icomoon.eot?m906jf');
  src:  url('../fonts/food/icomoon.eot?m906jf#iefix') format('embedded-opentype'),
    url('../fonts/food/icomoon.ttf?m906jf') format('truetype'),
    url('../fonts/food/icomoon.woff?m906jf') format('woff'),
    url('../fonts/food/icomoon.svg?m906jf#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}


[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-logo_la_planchetta:before {
  content: "\ea14";
}

html{
  font-family: "Open Sans", sans-serif;
}
.sonsie {
  font-family: "Sonsie One", system-ui !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.countdown_cont{
  position: absolute;
  z-index: 9;
  width: 100%;
  background-color: #ff1d91;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 5px solid #2e0b69;
}
.countdown_cont span{
  margin: 0 5px 0 0;
}
.countdown_cont p{
  margin: 0;
}
:focus-visible{
  outline: none;
}
.ribbon_cont{
  position: absolute;
    width: 200px;
    top: -15px;
    right: -25px;
}
.ribbon_cont span{
  text-transform: uppercase;
    position: absolute;
    color: #fff;
    font-weight: 900;
    font-size: 27px;
    top: 0px;
    right: 45px;
}
.ribbon_cont img{
  width: 175px;
}