@font-face {
    font-family: 'DIN Pro Cond';
    src: url('fonts/DINPro-CondensedBold.woff2') format('woff2'),
        url('fonts/DINPro-CondensedBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('fonts/DINPro.woff2') format('woff2'),
        url('fonts/DINPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Georgia Pro';
    src:url('fonts/GeorgiaPro-Light.woff2') format('woff2'),
        url('fonts/GeorgiaPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
  }
            
@font-face {
    font-family: 'Georgia Pro';
    src: url('GeorgiaPro-BoldItalic.woff2') format('woff2'),
        url('GeorgiaPro-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
  }
           


.date {           
            font-family: "Georgia Pro";
            font-size: 16px;
    font-weight: 700;
    font-style: italic;
    }

.flower {           
            font-family: "Georgia Pro";
            font-size: 16px;
    font-weight: 300;
    font-style: normal;
    }

.title {           
            font-family: "DIN Pro Cond";
            font-size: 28px;
            letter-spacing: 2px;
}

.bold {           
            font-family: "DIN Pro Cond";
            font-size: 28px;
            letter-spacing: 1px;    
}


.textb {           
            font-family: "DIN Pro Cond";
            font-size: 18px;
            letter-spacing: 1px;
}

.opac {           
            font-family: "DIN Pro Cond";
            font-size: 18px;
            letter-spacing: 1px;
            opacity: 0.5;
}

.text {             
            font-family: "DIN Pro";
            font-size: 16px;
}

.color {             
            font-family: "DIN Pro";
            font-size: 18px;
    color: #F15A29;
}

.prize {           
            font-family: "DIN Pro Cond";
            font-size: 22px;
            letter-spacing: 1px; 
    color: #e62672;
}