@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {
    .bg-skyblue {
        background-color: #F6F9FD;
    }
    .bg-gray-2 {
        background-color: rgb(247 249 252);
    }
    .w-custom-200 {
        width: 200px;
    }
  }
