/*
Theme Name: TCCS Theme
Theme URI: https://tieuchuanchieusang.com/
Author: OpenAI Codex
Description: Theme toi gian cho website Tieu Chuan Chieu Sang.
Version: 1.0.0
Text Domain: tccs-theme
*/

:root {
	--tccs-navy: #0d2c74;
	--tccs-navy-deep: #081d4e;
	--tccs-blue: #2f6bff;
	--tccs-blue-soft: #edf4ff;
	--tccs-border: rgba(13, 44, 116, 0.1);
	--tccs-text: #1f2f5f;
	--tccs-text-muted: #5f6f96;
	--tccs-surface: #ffffff;
	--tccs-shadow: 0 18px 40px rgba(13, 44, 116, 0.08);
	--tccs-radius-lg: 28px;
	--tccs-radius-md: 22px;
	--tccs-radius-sm: 16px;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Manrope", "Segoe UI", sans-serif;
	color: var(--tccs-text);
	background:
		radial-gradient(circle at top left, rgba(47, 107, 255, 0.08), transparent 30%),
		linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

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

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

button,
input {
	font: inherit;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
