﻿/* ================================================================
   INDEX.CSS  Design tokens only. All styles in saas-ui.css
   ================================================================ */

/* Base reset */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
img, video { max-width: 100%; display: block; }
a { text-decoration: none; }
button { cursor: pointer; font-family: inherit; }