/*
Style Root
Version: 1.0
Theme_URI: https://www.lemon.nl
Date: 12-2024
Author: Roeland ten Holder | Lemon
Author URI: roeland@lemon.nl
*/

/** ******************************** **/
/**      _____                       **/
/**    _(  _  )__________________    **/
/**   ( | (___)     | ____ |  _  |   **/
/**   |_|_______|_|_|______|_| |_|   **/
/**                                  **/
/**            www.lemon.nl          **/
/**                                  **/
/** ******************************** **/

:root {

	--quartmargin: 10px;
	--inbetweenmargin: 15px;
	--halfmargin: 20px;
	--threequartmargin: 30px;
	--fullmargin: 40px;

	--negative-quartmargin: -10px;
	--negative-inbetweenmargin: -15px;
	--negative-halfmargin: -20px;
	--negative-threequartmargin: -30px;
	--negative-fullmargin: -40px;

	--bs-gutter-x: 20px !important;
	--bs-gutter-y: 20px !important;

}



