@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: Century-Gothic;
    src: url('Century-Gothic.ttf');
    src: local(bttf_font), url('fonts/Century-Gothic.ttf') format('opentype');
}

@font-face {
    font-family: Handel-Gothic-BT;
    src: url('Handel-Gothic-BT.ttf');
    src: local(bttf_font), url('fonts/Handel-Gothic-BT.ttf') format('opentype');
}

@font-face {
    font-family: Roboto-Black;
    src: url('Roboto-Black.ttf');
    src: local(bttf_font), url('fonts/Roboto-Black.ttf') format('opentype');
}


@font-face {
    font-family: Roboto-Regular;
    src: url('Roboto-Regular.ttf');
    src: local(bttf_font), url('fonts/Roboto-Regular.ttf') format('opentype');
}

@font-face {
    font-family: Oswald-ExtraLight;
    src: url('Oswald-ExtraLight.ttf');
    src: local(bttf_font), url('fonts/Oswald-ExtraLight.ttf') format('opentype');
}


@font-face {
    font-family: Qwigley-Regular;
    src: url('Qwigley-Regular.ttf');
    src: local(bttf_font), url('fonts/Qwigley-Regular.ttf') format('opentype');
}

@font-face {
    font-family: AdventPro-Regular;
    src: url('AdventPro-Regular.ttf');
    src: local(bttf_font), url('fonts/AdventPro-Regular.ttf') format('opentype');
}

@font-face {
    font-family: OpenSans-CondLight;
    src: url('OpenSans-CondLight.ttf');
    src: local(bttf_font), url('fonts/OpenSans-CondLight.ttf') format('opentype');
}

@font-face {
    font-family: Comfortaa-Regular;
    src: url('Comfortaa-Regular.ttf');
    src: local(bttf_font), url('fonts/Comfortaa-Regular.ttf') format('opentype');
}

.OpenSans-CondLight{
	font-family: OpenSans-CondLight;
	font-weight: normal;
}

.Qwigley-Regular{
	font-family: Qwigley-Regular;
	font-weight: normal;
}

.Century-Gothic{
	/*font-family: ExpletusSans-Regular; */
	font-family: Century-Gothic;
	/* font-stretch: semi-condensed; */
	/* font-family: PT_Sans-Caption-Web-Bold; */
	font-weight: normal;
}


.Handel-Gothic-BT{
	/*font-family: ExpletusSans-Regular; */
	font-family: Handel-Gothic-BT;
	/* font-stretch: semi-condensed; */
	/* font-family: PT_Sans-Caption-Web-Bold; */
	font-weight: normal;
}

.Roboto-Regular{
	/*font-family: ExpletusSans-Regular; */
	font-family: Roboto-Regular;
	/* font-stretch: semi-condensed; */
	/* font-family: PT_Sans-Caption-Web-Bold; */
	font-weight: normal;
}

.Roboto-Regular{
	/*font-family: ExpletusSans-Regular; */
	font-family: AdventPro-Regular;
	/* font-stretch: semi-condensed; */
	/* font-family: PT_Sans-Caption-Web-Bold; */
	font-weight: normal;
}
.Oswald-ExtraLight{
	/*font-family: ExpletusSans-Regular; */
	font-family: Oswald-ExtraLight;
	/* font-stretch: semi-condensed; */
	/* font-family: PT_Sans-Caption-Web-Bold; */
	font-weight: normal;
}

