@font-face {
	font-family: "Shorelines-Script-Bold";
	src: url("fonts/Shorelines-Script-Bold.ttf.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Conv_PoynterOSDisplay-Bold";
	src: url("fonts/PoynterOSDisplay-Bold.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

html,
button,
input,
select,
textarea {
	color: #222;
}

body {
	font-size: 1em;
	line-height: 1.4;
}

/* Remove text-shadow in selection highlight. These selection declarations have to be separate. Customize the background color to match your design */
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/* A better looking default horizontal rule */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/* Remove the gap between images and the bottom of their containers  */
img {
	vertical-align: middle;
}

a {
	text-decoration: none;
	transition: color var(--transition-fast);
	cursor: pointer;
}

/* Remove default fieldset styles */
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/* Allow only vertical resizing of textareas. */
textarea {
	resize: vertical;
}

/* Aviso para baixar o Chrome no IE7 */
.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* Em caso de Float use clear para depois dos elementos */
.clear {
	clear: both;
}

.clear.hidden {
	display: none;
}

/* Corrige o padding para não expandir as caixas */
* {
	box-sizing: border-box;
}
