@import "tailwindcss";

:root {
    --font-main: "Manrope", sans-serif;
  }
  
  body {
    font-family: var(--font-main);
  }
  