/*
=================================================================
  site.css — Inkk Academy Course 2
  Single entry point for all styles.
=================================================================
  This is the only stylesheet link in every page head.
  The imports below load in order — do not change the order.

  tokens.css     — your brand: colors, fonts, spacing
                   generated from Brand Profile, never edit manually
  layout.css     — universal structure, never edit
  components.css — transitions, hover states, interactive behavior, never edit
  brand.css      — visual treatment for this brand, written from scratch
  custom.css     — new layout patterns not yet in layout.css
                   written by Claude when a pattern is needed
                   collected by Inkk Academy for future system updates
=================================================================
*/

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Hind:wght@400;500;600&family=Playfair+Display:ital@1&display=swap');
@import 'tokens.css';
@import 'layout.css';
@import 'components.css';
@import 'brand.css';
@import 'custom.css';
