Replace ghost/whisper/sparkle color palettes with guild/candlelight/parchment/ember/earth tokens. Switch typography from NB Television Pro to Quietism serif. Update all 25 Vue components, layouts, and pages to new design system. Add circle color tokens, typography scale, prose-guild class, and warm texture effects. Clean up stale documentation files.
5 lines
87 B
Vue
5 lines
87 B
Vue
<template>
|
|
<div class="min-h-screen bg-guild-900">
|
|
<slot />
|
|
</div>
|
|
</template>
|