/*
SPDX-License-Identifier: AGPL-3.0-or-later
Copyright (C) 2025 mrkubax10 <mrkubax10@onet.pl>
*/

:root {
	--color-leading: #17c;
	--color-text2: white;
	--color-border: #CCCCCC;
	--margin-horizontal: 15px;
}

body {
	margin: 0;
	font-family: sans-serif;
}

main {
	display: flex;
	align-items: start;

	.div-content {
		width: auto;
		padding-top: 30px;
		padding-left: 15px;
	}
}

.generic-row {
	display: flex;
	margin-bottom: 5px;

	.row-title {
		width: 170px;
		font-style: italic;
	}

	.row-description {
		width: auto;
	}
}

.h-no-margin {
	margin-bottom: 1px;
}

/* Convienence spacing classes*/
.mt-4 {
	margin-top: 1.2em;
}
