📄️ REM Units
Where possible we should be using REM units for font sizes and other properties. The html selector in the _layout.scss has its font-size set to 62.5% which is 10px when basing it off a default system font size of 16px.
📄️ SCSS Structure
When styling your components, we opt to not nest classnames as this can cause the code to become unreadable, unsearchable, and can often cause issues when wanting to override styling.