<styles>
π§ Purpose
π Syntax
<styles>
<textStyle name="title-lg" font="Inter" weight="600" size="32px"/>
<fillStyle name="surface" color="#ffffff"/>
<strokeStyle name="outline" color="#E0E0E0" width="1px"/>
<effectStyle name="card-shadow" type="shadow" blur="12px" color="rgba(0,0,0,0.1)"/>
<customStyle name="card"
textStyle="title-lg"
fillStyle="surface"
strokeStyle="outline"
effectStyle="card-shadow"/>
</styles>π Supported Style Types
Tag
Attributes
Purpose
π§© Applying Styles to Components
π§ AI Interpretation Guidelines
β
Example
π Related Elements
Last updated

