/* ***********************************
 *
 *    Ire's CSS Reset & Base
 *
 * *********************************** */

/* Reset margin, padding, border
 * *********************************** */

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	margin: 0;
	padding: 0;
}

/* Typography
 * *********************************** */

html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	line-height: 1.4;
}

* {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a,
a:visited {
	color: inherit;
}

/* Layout
 * *********************************** */

article,
aside,
footer,
header,
nav,
section,
main {
	display: block;
}

* {
	box-sizing: border-box;
}

*::before,
*::after {
	box-sizing: inherit;
}

/* Elements
 * *********************************** */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol,
ul {
	list-style: none;
}

img,
video {
	max-width: 100%;
}

img {
	border-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
	content: "";
	content: none;
}

/* Attributes & states
 * *********************************** */

[hidden] {
	display: none !important;
}

[disabled] {
	cursor: not-allowed;
}

:focus:not(:focus-visible) {
	outline: none;
}

/* Utility classes
 * *********************************** */

.sr-only {
	clip: rect(1px, 1px, 1px, 1px);
	left: -9999px;
	position: absolute;
	top: -9999px;
}

/* Fonts
 * *********************************** */

@font-face {
	font-family: "Courier New";
	font-style: normal;
	font-weight: normal;
	src: local("../fonts/Courier New"), url("../fonts/Cour.woff") format("woff");
}

@font-face {
	font-family: "Tw Cen MT";
	font-style: normal;
	font-weight: normal;
	src: local("../fonts/Tw Cen MT"), url("../fonts/Tw Cen MT.woff") format("woff");
}

@font-face {
	font-family: "Drugs";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/Drugs.ttf.woff") format("woff"), url("../fonts/Drugs.ttf.svg#Drugs") format("svg"), url("../fonts/Drugs.ttf.eot"), url("../fonts/Drugs.ttf.eot?#iefix") format("embedded-opentype");
}

@font-face {
	font-family: "Yu Gothic M";
	src: local("Yu Gothic Medium");
}

@font-face {
	font-family: "Yu Gothic M";
	font-weight: bold;
	src: local("Yu Gothic Bold");
}

