/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on December 2, 2020 */



@font-face {
    font-family: 'english_towneregular';
    src: url('../fonts/englishtowne-webfont.woff2') format('woff2'),
         url('../fonts/englishtowne-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'belly_bettyregular';
    src: url('../fonts/belly_betty-webfont.woff2') format('woff2'),
         url('../fonts/belly_betty-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* sample specimen below
@font-face{ 
	font-family: 'MyWebFont';
	src: url('WebFont.eot');
	src: url('WebFont.eot?#iefix') format('embedded-opentype'),
	     url('WebFont.woff') format('woff'),
	     url('WebFont.ttf') format('truetype'),
	     url('WebFont.svg#webfont') format('svg');
}
*/

@font-face {
    font-family: 'blackchanceryregular';
    src: url('../fonts/blkchcry-webfont.woff2') format('woff2'),
         url('../fonts/blkchcry-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h1 span#english {
    font-family :'english_towneregular'; /*,'Lato', 'sans-serif'; */ 
    font-size: 70px;
}
.yatra {
    font-family: 'Yatra One', cursive;
    font-size: 50px;
}
.belly_betty {
    font-family: 'belly_bettyregular'; 
    font-size: 50px;
}

.belly_betty_bold {
    font-family: 'belly_bettyregular'; 
    font-size: 100px;
}
.belly_betty_big {
    font-family: 'belly_bettyregular'; 
    font-size: 75px;
}

.belly_betty_small {
    font-family: 'belly_bettyregular'; 
    font-size: 30px;
}

.black_chancery {
    font-family: 'blackchanceryregular'; 
    font-size: 35px;
}

.black_chancery_bold {
    font-family: 'blackchanceryregular'; 
    font-size: 60px;
}
.black_chancery_small {
    font-family: 'blackchanceryregular'; 
    font-size: 25px;
}
.english{
    font-family :'english_towneregular';
    font-size:40px;
}

/*
@font-face {
    font-family: "CustomFont";
    src: url("https://yoursite.com/css/fonts/CustomFont.eot");
    src: url("https://yoursite.com/css/fonts/CustomFont.woff") format("woff"),
    url("https://yoursite.com/css/fonts/CustomFont.otf") format("opentype"),
    url("https://yoursite.com/css/fonts/CustomFont.svg#filename") format("svg");
    }

    */