.mt-10 {
    margin-top: 2.5rem;
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.w-4 {
    width: 1rem;
}

.h-4 {
    height: 1rem;
}

.min-w-24 {
    min-width: 6rem;
}

.max-w-\[800px\] {
    max-width: 800px;
}

.max-w-\[700px\] {
    max-width: 700px;
}

.min-h-screen {
    min-height: 100vh;
}

.min-w-screen {
    min-width: 100vw;
}

.min-h-8 {
    min-height: 2rem;
}

.text-xs {
    font-size: 0.75rem;
    line-height: calc(1 / 0.75);
}

.text-sm {
    font-size: 0.875rem;
    line-height: calc(1.25 / 0.875);
}

.text-lg {
    font-size: 1.125rem;
    line-height: calc(1.75 / 1.125);
}

.text-xl {
    font-size: 1.25rem;
    line-height: calc(1.75 / 1.25);
}

.text-2xl {
    font-size: 1.5rem;
    line-height: calc(2 / 1.5);
}

.text-4xl {
    font-size: 2.25rem;
    line-height: calc(2.5 / 2.25);
}

.text-5xl {
    font-size: 3rem;
    line-height: 1;
}

.text-6xl {
    font-size: 3.75rem;
    line-height: 1;
}

.bg-gray-100 {
    background: oklch(0.967 0.003 264.542);
}

.opacity-50 {
    opacity: 0.5;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.pointer-events-none {
    pointer-events: none;
}
