@tailwind base;
@tailwind components;
@tailwind utilities;
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");

@layer base {
  :root {
    --background: 234 0% 95%;
    --foreground: 234 0% 0%;
    --card: 210 17% 98%;
    --card-foreground: 234 45% 24%;
    --popover: 0 0% 100%;
    --popover-foreground: 234 45.2% 24.3%;
    --primary: 234 45.2% 24.3%;
    --primary-foreground: 0 0% 100%;
    --secondary: 233 19% 43%;
    --secondary-foreground: 0 0% 0%;
    --muted: 234 15% 62%;
    --muted-foreground: 0 0% 81%;
    --accent: 233 19% 43%;
    --accent-foreground: 0 0% 100%;
    --destructive: 353 80% 65%;
    --destructive-foreground: 234 0% 90%;
    --error: 0 64% 95%;
    --border: 234 20% 50%;
    --input: 0 0% 81%;
    --ring: 234 45.2% 24.3%;
    --radius: 0.5rem;
    --outline: 233 59% 97%;
  }
}

body {
  font-family: "Lexend", sans-serif;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
