/* Google fonts megoldas */

/*
@import url(https://fonts.googleapis.com/css?family=Courgette);
font-family: 'Courgette', cursive;
*/

/* Font Squirrel (http://www.fontsquirrel.com) megoldas */


@font-face {
    font-family: 'Courgette';
    src: url('courgette-regular-webfont.eot');
    src: url('courgette-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('courgette-regular-webfont.woff2') format('woff2'),
         url('courgette-regular-webfont.woff') format('woff'),
         url('courgette-regular-webfont.ttf') format('truetype'),
         url('courgette-regular-webfont.svg#courgetteregular') format('svg');
    font-weight: normal;
    font-style: normal;

}