/*
Theme Name: Tuvti Group
Theme URI: https://tuvti.com
Author: Tuvti Group
Author URI: https://tuvti.com
Description: Tuvti Group kurumsal çatı sitesi için sıfırdan yazılmış özel WordPress teması (classic, PHP template tabanlı). Dijital, dış ticaret ve kamu tedarik faaliyet kollarını tek çatı altında sunar.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GPL-2.0-or-later
Text Domain: tuvti
*/

/* ==========================================================================
   Bu dosya WordPress için zorunlu tema başlığını ve temel reset'i içerir.
   Asıl tasarım sistemi assets/css/main.css içindedir.
   ========================================================================== */

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

* { margin: 0; }

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

body {
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img, picture, svg, video, canvas {
	display: block;
	max-width: 100%;
	height: auto;
}

input, button, textarea, select { font: inherit; color: inherit; }

button { cursor: pointer; background: none; border: none; }

a { color: inherit; text-decoration: none; }

ul[role="list"], ol[role="list"] { list-style: none; padding: 0; }

:where(h1, h2, h3, h4) { text-wrap: balance; }
p { text-wrap: pretty; }

:focus-visible {
	outline: 2px solid var(--color-brand, #0E3B36);
	outline-offset: 3px;
	border-radius: 2px;
}
