/*
Theme Name: ConsentFlow
Theme URI: https://wpconsentflow.com/
Description: Tema della landing di vendita di ConsentFlow, il CMP self-hosted per WordPress. Identita' verde, tipografia Bricolage.
Author: Audere Software LLC
Author URI: https://auderesoftware.com/
Version: 1.0.0
License: GPL-2.0-or-later
Text Domain: consentflow-theme
*/

@font-face {
	font-family: "Bricolage";
	src: url("assets/fonts/bricolage-latin.woff2") format("woff2");
	font-weight: 200 800;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: "PlexMono";
	src: url("assets/fonts/plexmono-400.woff2") format("woff2");
	font-weight: 400;
	font-display: swap;
	font-style: normal;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
