/*
Theme Name: Conscia Theme
Author: Martin Laugesen
Author URI: https://laugesen.io
Description: A WordPress theme for Conscia based on Bootstrap.
Text Domain: consciatheme
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root,
[data-bs-theme="light"] {
	--bs-font-sans-serif: Inter, sans-serif;
	font-feature-settings:
		"liga" 1,
		"calt" 1;
	--conscia-burgundy: #1e0721;
	--conscia-green: #1c4e51;
	--conscia-green-pale: #a3d6cf;
	--conscia-green-palest: #d8eeeb;
}
h1,
h2,
h3 {
	font-weight: 700;
}
h1 {
	font-size: 2rem;
	margin-bottom: 1.5rem;
}
h2 {
	font-size: 1.5rem;
}
h3 {
	font-size: 1rem;
}
.navbar {
	background-color: var(--conscia-burgundy);
}
.badge {
	font-weight: 500;
}
.edit-post a {
	color: inherit;
}
.edit-post a:hover {
	color: var(--bs-link-color);
}
.table-deliveries p {
	margin-bottom: 0;
}
