/*
Theme Name: ManifoldAI
Description: A custom theme replicating manifoldAI website
Version: 1.0
*/

/* All styles moved to Tailwind CSS */

/* Typography System */
.m-title-hero {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: -0.025em;
}

@media (min-width: 768px) {
    .m-title-hero {
        font-size: 36px;
    }
}

@media (min-width: 1024px) {
    .m-title-hero {
        font-size: 48px;
    }
}

.m-title-large {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.025em;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .m-title-large {
        font-size: 28px;
    }
}

@media (min-width: 1024px) {
    .m-title-large {
        font-size: 32px;
    }
}

.m-title-section {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.025em;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .m-title-section {
        font-size: 24px;
    }
}

@media (min-width: 1024px) {
    .m-title-section {
        font-size: 28px;
    }
}
