/*Font declarations*/
@font-face{
	font-family:dizpix, sans-serif;
	src: url("../fonts/dizpix-Regular.ttf") format('ttf');
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:dizpix, sans-serif;
	src:url("../fonts/dizpix-Bold.ttf");
	font-weight:bold;
	font-style:normal;
}
@font-face{
	font-family:dizpix, sans-serif;
	src:url("../fonts/dizpix-Italic.ttf");
	font-weight:normal;
	font-style:italic;
}
@font-face{
	font-family:bubbles;
	src:url("../fonts/bubblemono-webfont.woff") format('woff'),
	url("../fonts/bubblemono.ttf") format('ttf');
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:dizpixserif, serif;
	src:url("../fonts/dizpixserif.ttf");
}
@font-face{
	font-family:magic;
	src:url("../fonts/Wizard's Manse.otf");
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:smallbubbles;
	src:url("../fonts/smallbubblemono.ttf");
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:pixellove;
	src:url("../fonts/pixel-love.ttf");
}
@font-face{
	font-family:"Proggy Clean";
	src:url("../fonts/ProggyClean.ttf")
}
@font-face {
    font-family: Hyperlegible;
    src: url("../fonts/Atkinson-Hyperlegible-Regular-102a.woff2") format('woff2'),
    url("../fonts/Atkinson-Hyperlegible-Regular-102.ttf") format('ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Hyperlegible;
    src: url("../fonts/Atkinson-Hyperlegible-Bold-102a.woff2") format('woff2'),
    url("../fonts/Atkinson-Hyperlegible-Bold-102.ttf") format('ttf');
    font-weight:bold;
    font-style:normal;
}
@font-face{
    font-family: Hyperlegible;
    src: url("../fonts/Atkinson-Hyperlegible-Italic-102a.woff2") format('woff2'),
    url("../fonts/Atkinson-Hyperlegible-Italic-102.ttf") format('ttf');
    font-weight: normal;
    font-style:italic
}
@font-face{
    font-family: Hyperlegible;
    src: url("../fonts/Atkinson-Hyperlegible-BoldItalic-102a.woff2") format('woff2'),
    url("../fonts/Atkinson-Hyperlegible-BoldItalic-102.ttf") format('ttf');
    font-weight:bold;
    font-style:italic;
}
/* Cursors */
html,select,label {
	cursor:url("../img/img_graphics/img_sg/Cursors/point.cur"), default;
}
a,summary,button,section > option,#c_submitButton{
	cursor:url("../img/img_graphics/img_sg/Cursors/link.cur"), pointer;
}
input,textarea{
	cursor:url("../img/img_graphics/img_sg/Cursors/text.cur"), text
}