h-[calc(100vh-var(--ui-header-height))] but writing all of that again and again is not friendly, so I'm guessing there must be a better (or correct) way to do this?--ui-header-height with a defined value like 5vh and then simply use h-[95vh] everywhere but this would not use --spacing() that I'm assuming is not good?