@charset "UTF-8";

/*
Theme Name: Standart Theme G&G Websolutions
Theme URI: https://gg-websolutions.de/
Author: Fabian Gerl
Author URI: https://gg-websolutions.de/
Description: This is the main-theme of G&G-Websolutions
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: G+G
*/


* {
	box-sizing: border-box;
}

html {
	font-family: 'Playfair Display';
	scroll-behavior: smooth !important;
}



body {
	margin: auto;
	overflow-x: hidden;
}

p {
	line-height: 1.5;
}

