/* ----------------------------------------------------
   FAIR TECH INITIATIVE — MASTER STYLESHEET
   This file imports all modular CSS layers in order.
   No styles should be written directly in this file.
---------------------------------------------------- */

/* 1. Base variables, resets, theme */
@import url("base.css");

/* 2. Layout structure (shell, card, responsive rules) */
@import url("layout.css");

/* 3. Typography (headings, paragraphs, lists) */
@import url("typography.css");

/* 4. Components (nav, badge, logo, footer, etc.) */
@import url("components.css");