@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

.text-sky-500 {
    color: #1890ff;
}

.bg-sky-500 {
    background-color: #1890ff;
}

.hover\:bg-sky-600:hover {
    background-color: #0077e6;
}

.text-gray-800 {
    color: #333;
}

.text-gray-600 {
    color: #666;
}
