/**
 * THE ROMANCE MATCHMAKER - MAIN STYLESHEET
 * Bündelt alle Module nach dem psychologischen Design-Manifest.
 */

/* 1. Das Fundament (Variablen & Scoping) */
@import url('matchmaker-base.css');

/* 2. Quiz-Phase */
@import url('matchmaker-quiz.css');
@import url('matchmaker-interactions.css');
@import url('matchmaker-slider.css');

/* 3. Books */
@import url('book-grid.css');
@import url('book-card.css');
@import url('matchmaker-results.css');
@import url('matchmaker-results-tiers.css');

/* 4. Atmosphäre & Bewegung */
@import url('matchmaker-orbit-cards.css');
@import url('matchmaker-states.css');
@import url('matchmaker-close.css');
@import url('matchmaker-animations.css');
@import url('matchmaker-themes.css');