/*
 * Extracted inline CSS from HTML
 * Generated by Wepp AI
 * https://wepp.app
 */

/* Extracted from <style> tag 1 */
@layer base {
        * {
          border-color: theme("colors.border");
        }
        body {
          background-color: theme("colors.background");
          color: theme("colors.foreground");
        }
      }
