/*! webfont-dropic.css  */

		
/* Font Dropic 400 */	


/* Regular 300 */
@font-face {
    font-family: 'dropic';
    src: url('DROPIC.woff2') format('woff2'),
         url('DROPIC.woff') format('woff');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}