diff --git a/developer_manual/html_css_design/css.rst b/developer_manual/html_css_design/css.rst
index 69c3fabcd..a5e3f758c 100644
--- a/developer_manual/html_css_design/css.rst
+++ b/developer_manual/html_css_design/css.rst
@@ -206,9 +206,11 @@ Element structure variables
+----------------------------------------------+------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
| ``--clickable-area-small`` | ``24px`` | Smallest possible size of interactive elements, used by tertiary actions like filter chips |
+----------------------------------------------+------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
-| ``--header-height`` | ``50px`` | Height of the main app navigation bar |
+| ``--body-container-radius`` | ``calc(var(--default-grid-baseline) * 3)`` | Border radius of the body container |
+----------------------------------------------+------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
-| ``--header-menu-item-height`` | ``44px`` | Height of entries in the main app navigation bar |
+| ``--body-container-margin`` | ``calc(var(--default-grid-baseline) * 2)`` | Margin of the body container |
++----------------------------------------------+------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
+| ``--header-height`` | ``50px`` | Height of the main app navigation bar |
+----------------------------------------------+------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
| ``--navigation-width`` | ``300px`` | Width of the in-app navigation sidebar |
+----------------------------------------------+------------------------------------------------+-----------------------------------------------------------------------------------------------------------+