@tailwind base; @tailwind components; @tailwind utilities; :root { --foreground-rgb: 0, 0, 0; --background-start-rgb: 214, 219, 220; --background-end-rgb: 255, 255, 255; } @media (prefers-color-scheme: dark) { :root { --foreground-rgb: 255, 255, 255; --background-start-rgb: 0, 0, 0; --background-end-rgb: 0, 0, 0; } } @layer utilities { .text-balance { text-wrap: balance; } } @import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i'); /*Reset*/ html, body{ margin: 0; padding: 0; font-family: 'Lato', sans-serif; color: #1f4568; } body{ background-image: url("https://image.ibb.co/de6JzG/bitmap_1_1.png"); background-size:cover; background-repeat:no-repeat; background-position: center; }