.text-xs { font-size: 0.75rem !important; }
.text-sm { font-size: 0.875rem !important; }
.text-base { font-size: 1rem !important; }
.text-lg { font-size: 1.125rem !important; }
.text-xl { font-size: 1.25rem !important; }
.text-2xl { font-size: 1.5rem !important; }
.text-3xl { font-size: 1.875rem !important; }
.text-4xl { font-size: 2.25rem !important; }
.text-5xl { font-size: 3rem !important; }
.text-6xl { font-size: 3.75rem !important; }

@media (min-width: 576px) {
  .sm\:text-xs { font-size: 0.75rem !important; }
  .sm\:text-sm { font-size: 0.875rem !important; }
  .sm\:text-base { font-size: 1rem !important; }
  .sm\:text-lg { font-size: 1.125rem !important; }
  .sm\:text-xl { font-size: 1.25rem !important; }
  .sm\:text-2xl { font-size: 1.5rem !important; }
  .sm\:text-3xl { font-size: 1.875rem !important; }
  .sm\:text-4xl { font-size: 2.25rem !important; }
  .sm\:text-5xl { font-size: 3rem !important; }
  .sm\:text-6xl { font-size: 3.75rem !important; }
}

@media (min-width: 768px) {
  .md\:text-xs { font-size: 0.75rem !important; }
  .md\:text-sm { font-size: 0.875rem !important; }
  .md\:text-base { font-size: 1rem !important; }
  .md\:text-lg { font-size: 1.125rem !important; }
  .md\:text-xl { font-size: 1.25rem !important; }
  .md\:text-2xl { font-size: 1.5rem !important; }
  .md\:text-3xl { font-size: 1.875rem !important; }
  .md\:text-4xl { font-size: 2.25rem !important; }
  .md\:text-5xl { font-size: 3rem !important; }
  .md\:text-6xl { font-size: 3.75rem !important; }
}

@media (min-width: 992px) {
  .lg\:text-xs { font-size: 0.75rem !important; }
  .lg\:text-sm { font-size: 0.875rem !important; }
  .lg\:text-base { font-size: 1rem !important; }
  .lg\:text-lg { font-size: 1.125rem !important; }
  .lg\:text-xl { font-size: 1.25rem !important; }
  .lg\:text-2xl { font-size: 1.5rem !important; }
  .lg\:text-3xl { font-size: 1.875rem !important; }
  .lg\:text-4xl { font-size: 2.25rem !important; }
  .lg\:text-5xl { font-size: 3rem !important; }
  .lg\:text-6xl { font-size: 3.75rem !important; }
}

@media (min-width: 1200px) {
  .xl\:text-xs { font-size: 0.75rem !important; }
  .xl\:text-sm { font-size: 0.875rem !important; }
  .xl\:text-base { font-size: 1rem !important; }
  .xl\:text-lg { font-size: 1.125rem !important; }
  .xl\:text-xl { font-size: 1.25rem !important; }
  .xl\:text-2xl { font-size: 1.5rem !important; }
  .xl\:text-3xl { font-size: 1.875rem !important; }
  .xl\:text-4xl { font-size: 2.25rem !important; }
  .xl\:text-5xl { font-size: 3rem !important; }
  .xl\:text-6xl { font-size: 3.75rem !important; }
}

@media (min-width: 1400px) {
  .xxl\:text-xs { font-size: 0.75rem !important; }
  .xxl\:text-sm { font-size: 0.875rem !important; }
  .xxl\:text-base { font-size: 1rem !important; }
  .xxl\:text-lg { font-size: 1.125rem !important; }
  .xxl\:text-xl { font-size: 1.25rem !important; }
  .xxl\:text-2xl { font-size: 1.5rem !important; }
  .xxl\:text-3xl { font-size: 1.875rem !important; }
  .xxl\:text-4xl { font-size: 2.25rem !important; }
  .xxl\:text-5xl { font-size: 3rem !important; }
  .xxl\:text-6xl { font-size: 3.75rem !important; }
}
