@layer reset;@layer tokens{:root{--f-space--gap:var(--f-space-1)}}@layer base;@layer components{.f-space{--_f-space--gap:var(--f-space--gap);--_f-space--direction:row;flex-direction:var(--_f-space--direction);gap:var(--_f-space--gap);flex-wrap:nowrap;align-items:flex-start;display:inline-flex}.f-space--wrap{flex-wrap:wrap}.f-space--wide{width:100%;display:flex}.f-space--justify-start{justify-content:flex-start}.f-space--justify-center{justify-content:center}.f-space--justify-end{justify-content:flex-end}.f-space--justify-between{justify-content:space-between}.f-space--justify-around{justify-content:space-around}.f-space--justify-evenly{justify-content:space-evenly}.f-space--justify-stretch{justify-content:stretch}.f-space--justify-stretch>*{flex-grow:1}.f-space--align-start{align-items:flex-start}.f-space--align-center{align-items:center}.f-space--align-end{align-items:flex-end}.f-space--align-stretch{align-items:stretch}.f-space--reverse{--_f-space--direction:row-reverse}.f-space--vertical{--_f-space--direction:column}.f-space--vertical.f-space--reverse{--_f-space--direction:column-reverse}}@layer theme,utilities;
