/*
Theme Name: Tiddlers
Theme URI: https://www.tiddlers.com
Author: Tiddlers
Author URI: https://suryasportfolio.game.blog
Description: Basic WordPress theme for Tiddlers
Version: 1.0
*/

@font-face {
  font-family: regular;
  src: url(assets/fonts/Poppins-Regular.ttf);
}

@font-face {
  font-family: bold;
  src: url(assets/fonts/Poppins-Bold.ttf);
}

@font-face {
  font-family: medium;
  src: url(assets/fonts/Poppins-Medium.ttf);
}

@font-face {
  font-family: light;
  src: url(assets/fonts/Poppins-Light.ttf);
}

@font-face {
  font-family: Indie;
  src: url(assets/fonts/GochiHand-Regular.ttf);
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: regular;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	width:100%;
	overflow-x:hidden !important;
}
ol, ul {
	list-style: none;
	font-family: regular;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-family: regular;
} 

h1, h2, h3, h4, h5, h6{font-family:bold;}