/*
Theme Name: Lifes a Treat
Description: A child theme of Hello Elementor for Pete “The Lucky Bastard” Ingram
Author: Lifes a Treat
Author URI: --
Author Email: --
Version: 1.0.0
Text Domain: hello-elementor-child
Template: hello-elementor
*/
/*
Add your custom styles here
*/

:root{
	--ink:#0E0D0B;
	--ink-2:#1A1815;
	--ink-3:#272320;
	--cream:#F6F1E6;
	--cream-2:#EDE5D2;
	--paper:#FBF8F0;
	--yellow:#F9B616;
	--yellow-deep:#E89A00;
	--red:#D44A1F;
	--muted:#8A8275;
	--rule:rgba(14,13,11,.12);
	--display:'Anton', 'Arial Narrow', sans-serif;
	--body:'Manrope', system-ui, sans-serif;
	--hand:'Caveat Brush', cursive;
	--mono:'JetBrains Mono', ui-monospace, monospace;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
	background:var(--cream);
	color:var(--ink);
	font-family:var(--body);
	font-size:17px;
	line-height:1.55;
	-webkit-font-smoothing:antialiased;
}
.wrapper-padding > .e-con-inner {
	padding: 0 40px;
}







@media (max-width: 640px) {
  .wrapper-padding > .e-con-inner {
    padding: 0 22px;
  }
}