/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

.btn-primary {
	background-color: hsl(218, 23%, 23%); /* A dark grey with a hint of blue */
	color: #ffffff;
	border-radius: 0;
	padding: 0.5rem 1rem;
}

.btn-secondary {
	background-color: #f3f4f6; /* gray-100 */
	color: #1f2937; /* gray-800 */
	border-radius: 0.375rem;
	padding: 0.5rem 1rem;
}

.home-bg-image {
	background-image: url("/assets/homeBackground-beb5746d.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.result-bg-image {
	background-image: url("/assets/resultImage-9378f012.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.quiz-bg-image {
	background-image: url("/assets/quizBackground-74769fd2.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


