@font-face {
    font-family: myFont1;
    src: url(/frontend/font/Geometos.ttf);
}
@font-face {
    font-family: myFont2;
    src: url(/frontend/font/MONTSERRAT-BLACK.OTF);
}
@font-face {
    font-family: myFont3;
    src: url(/frontend/font/MYRIAD.TTF);
}

.price_section{
    padding: 8px;
    border-radius:15px;
    font-size: 18px;
    font-weight: 300;
    color: white!important;
    background: linear-gradient(to bottom, #89C3C6, #58B2B6);
}
