/* Import font tùy chỉnh BLOKK */
@import url("https://gitcdn.xyz/repo/octoshrimpy/blokkfont/master/blokkfont.css"); 

/* Cài đặt các class TailwindCSS */
@tailwind base;
@tailwind components;
@tailwind utilities;

/* Đặt màu nền mặc định cho toàn bộ trang */
html {
  @apply bg-gray-200;
}

/* Sử dụng font BLOKK cho các phần tử có class .font-mock */
.font-mock {
  font-family: "BLOKK", sans-serif;
}

/* ko-fi icon */
.fa-ko-fi::before {
  content: "\f0f4";
  display: inline-block;
  font-size: 1.1em;
  line-height: 0.45em;
  margin: -0.45em 0 0 -0.2em;
  overflow-y: hidden;
  padding-top: 0.45em;
}
.fa-ko-fi::after {
  color: #ff5e5b;
  content: "\f004";
  font-size: 50%;
  font-weight: 900;
  margin: 0.5em 0 0 -2em;
  position: absolute;
}
