/*
Theme Name:  CORTAG
Theme URI:
Description: Tema da plataforma de repositório CORTAG. Repositório, login e cadastro em templates PHP; landing editável via Gutenberg. Sem page builder.
Version:     0.3.0
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: cortag-theme
*/

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

body {
	margin: 0;
	font-family: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;
	-webkit-font-smoothing: antialiased;
	line-height: 1.6;
	color: #2a2e31;
}

h1, h2, h3 {
	line-height: 1.25;
}

a {
	color: #c10230;
}

a:hover {
	color: #a00127;
}

input,
button,
select,
textarea {
	font-family: inherit;
}

::placeholder {
	color: #a7acb1;
}

.cortag-main {
	display: block;
}

.cortag-site-footer {
	border-top: 1px solid #eef0f1;
	padding-block: 1.25rem;
	margin-top: 2rem;
	color: #8a9097;
	font-size: .85rem;
	background: #fff;
}

.screen-reader-text {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}
