/*
Theme Name: DNA Total
Theme URI: https://dnatotal.com.br
Author: Fabio Sousa
Description: Tema onepage para a DNA Total, laboratório de testes de DNA por autocoleta (paternidade, ancestralidade e predisposição genética).
Version: 1.0.1
Requires at least: 6.2
Requires PHP: 8.0
Text Domain: dna-total
*/

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	text-decoration: none;
	color: inherit;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

button {
	font-family: inherit;
	cursor: pointer;
}
