
@layer base {
  
  body, :host {
    /* Color */
      --white: #ffffff;
--grey-50: #FCFCFC;
--grey-100: #F4F4F5;
--grey-200: #E4E4E7;
--grey-300: #D1D1D6;
--grey-400: #A0A0AB;
--grey-500: #70707B;
--grey-600: #51525C;
--grey-700: #3F3F46;
--grey-800: #26272B;
--grey-900: #1A1A1E;
--grey-950: #131316;
--red-50: #FEF3F2;
--red-100: #FEE4E2;
--red-300: #FDA29B;
--red-500: #F04438;
--blue-50: #F0F8FF;
--blue-600: #007AFF;
--yellow-100: #FEF0C7;
--yellow-300: #FEC84B;
--yellow-400: #FDB022;
--green-50: #ECFDF3;
--green-100: #DCFAE6;
--green-300: #75E0A7;
--green-400: #47CD89;
--green-500: #17B26A;
  /* Fonts */
    --font-intertight: 'Inter Tight',sans-serif;
--font-inter: 'Inter',sans-serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    --spacing-xxsmall: 0.125rem;
--spacing-xsmall: 0.25rem;
--spacing-small: 0.5rem;
--spacing-medium: 1rem;
--spacing-large: 1.5rem;
--spacing-xlarge: 2rem;
--spacing-xxlarge: 4rem;
--spacing-huge: 6rem;
--spacing-xhuge: 8rem;
--spacing-xxhuge: 10rem;
--breakpoint: 768px;
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  .bVzmnE {
    gap:0.5rem;
  width:100%;
  height:100%;
  align-items:center;
  justify-content:center;
  background-color:var(--white, #ffffff);
  }
      

      
        
        
      