/*
Theme Name: Adana Cicek Gonder Uyumluluk Temasi
Theme URI: https://adanacicekgonder.com
Author: Adana Cicek Gonder
Author URI: https://adanacicekgonder.com
Description: Adana Cicek Gonder eklentisi icin hafif WordPress uyumluluk temasi.
Version: 1.1.0
Requires at least: 5.8
Requires PHP: 7.4
Text Domain: adana-cicek-gonder-theme
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
	color-scheme: light;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6;
	color: #241d20;
	background: #fff;
}

* {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
}

.acsg-theme-main {
	width: min(1180px, calc(100% - 32px));
	min-height: 55vh;
	margin: 0 auto;
	padding: 48px 0;
}

.acsg-theme-main article + article {
	margin-top: 32px;
	padding-top: 32px;
	border-top: 1px solid #eadde4;
}

.acsg-theme-main a {
	color: #a30f57;
}
