/* globals.css */

/* Apply border-box to all elements */
*, *::before, *::after {
    box-sizing: border-box;
  }
  