data class OudsGrids(val minWidth: Dp, val maxWidth: Dp, val margin: Dp, val columnGap: Dp)
Holds the grid-related properties defined in the OUDS theme.
Grids are used to place content and create consistent page layouts across different screen sizes. The values typically adapt based on the current window size class.