/* Shared reset — palettes and components live in landing.css / dashboard.css */

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
	margin: 0;
	background: #fff;
	font-family: 'Graphik', system-ui, sans-serif;
	-webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { text-decoration: none; }

button {
	font: inherit;
	border: 0;
	background: none;
	cursor: pointer;
}

.kotet-photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.kotet-photo--placeholder {
	background: linear-gradient(135deg, #e4e7ec, #cfd4dd);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #7d8695;
	font: 500 11.5px 'Graphik', sans-serif;
	letter-spacing: .06em;
	padding: 12px;
}
