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;
}
html, body {
	margin: 0;
  background-color: var(--dark-blue);
  padding: 0;
  width: 100%;
	height: 100%;
	font-family: Raleway-Medium;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p, a, span {
	font-size: 16px;
	color: var(--white);
	font-family: Raleway-Regular;
}

h1 {
  font-size: 3rem;
	color: var(--white);
	font-family: Raleway-Bold;
}
h2 {
  font-size: 2.5rem;
	color: var(--white);
	font-family: Raleway-Bold;
}
h3 {
  font-size: 2rem;
	color: var(--white);
	font-family: Raleway-Bold;
}
button {
	border: 1px solid var(--yellow);
	background-color: var(--yellow);
	border-radius: 35px;
	color: var(--dark-blue);
	width: 212px;
	height: 62px;
	font-size: 1.5rem;
	font-weight: 400;
	cursor: pointer;
	font-family: Raleway-Regular;
}

img {
	cursor: default;
}

@font-face { 
	font-family: Raleway-Medium; 
	src: url('../assets/fonts/Raleway-Medium.ttf'); 
	font-display: swap;
} 
@font-face { 
	font-family: Raleway-Bold; 
	src: url('../assets/fonts/Raleway-Bold.ttf'); 
	font-display: swap;
} 
@font-face { 
	font-family: Raleway-Regular; 
	src: url('../assets/fonts/Raleway-Regular.ttf'); 
	font-display: swap;
} 
