Arda provides a comprehensive set of CSS variables that you can override to customize the theme’s appearance without modifying the theme files directly.
body { --popover-width: 450px; /* Width of popover windows */ --popover-max-height: 500px; /* Maximum height of popovers */ --popover-font-size: 0.92em; /* Font size in popovers */ --modal-radius: 6px; /* Border radius of modals */}