@font-face {
    font-family: 'SagoMini Rounded Regular';
    src: url('../../fonts/SagoMiniRounded-Regular_v2.otf') format('opentype'),
         url('../../fonts/SagoMiniRounded-Regular_v2.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
	-webkit-font-smoothing: antialiased;
}
@font-face {
    font-family: 'SagoMini Rounded Bold';
    src: url('../../fonts/SagoMiniRounded-Bold_v2.otf') format('opentype'),
         url("../../fonts/SagoMiniRounded-Bold_v2.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
	-webkit-font-smoothing: antialiased;
}
@font-face {
	font-family: "Heisei Maru Go Std W8";
	src: url("../../fonts/yUypTjNEhqRQ3p6J.woff") format("woff");
}
@font-face {
	font-family: "Garuda Bold";
	src: url("../../fonts/dQrhXzRtwzshkm42.woff") format("woff");
}

body {
	padding: 20px;
}

h1, h2, h3, h4, h5 {
	font-family: "SagoMini Rounded Regular";
}

input[name="confirm_email"] {
	display: none !important;
}
