/*
Theme Name: Atelier IT
Description: Frontend theme for Atelierul de IT platform.
Version: 0.1.0
*/

:root {
	--ati-primary: #0b3d5c;
	--ati-accent: #f1c40f;
	--ati-bg: #f7f8fb;
	--ati-text: #1b1f24;
}

body {
	background: var(--ati-bg);
	color: var(--ati-text);
}

.navbar-brand {
	font-weight: 700;
	letter-spacing: 0.02em;
}

.ati-hero {
	background-size: cover;
	background-position: center;
	padding: 6rem 0;
	color: #fff;
}

.ati-hero__inner {
	background: rgba(0, 0, 0, 0.45);
	padding: 2rem;
	border-radius: 0.5rem;
}

.ati-card {
	border: 0;
	border-radius: 0.75rem;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.ati-dashboard-card {
	border-left: 4px solid var(--ati-primary);
}

.ati-enroll-status {
	font-weight: 600;
}
