/*
 *
 *   Pedigree - Trekkhundregisteret
 *   Copyright (C) 2026  Morten Rønseth <morten@ronseth.no>
 *
 *   This program is free software: you can redistribute it and/or modify
 *   it under the terms of the GNU Affero General Public License as published
 *   by the Free Software Foundation, either version 3 of the License, or
 *   (at your option) any later version.
 *
 *   This program is distributed in the hope that it will be useful,
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *   GNU Affero General Public License for more details.
 *
 *   You should have received a copy of the GNU Affero General Public License
 *   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 *
 */

/*
	Theme Name: Trekkhundregisteret v2.8 Traits
	Version: 2.8
	Author: Webfx
	Text Domain: pedigree
	Domain Path: /languages
    Requires PHP: 8.4
*/

body {
	font-family: "Open Sans",sans-serif;
	font-size: 13px;
	line-height: 18px;
	vertical-align: top;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

body footer { 
	margin-top: auto;
	min-width: 100%;
}

td {
	font-size: 12px;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word; /* or overflow-wrap: break-word; */
}

section h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
}