/**
 * Adobe Fonts CSS Classes
 * 
 * Use estas classes após configurar o Adobe Fonts Project
 * Instruções completas em: ADOBE_FONTS_SETUP.md
 */

/* Rooney Medium */
.font-rooney {
    font-family: 'rooney', serif;
    font-weight: 500;
}

/* New Spirit Bold Condensed */
.font-new-spirit {
    font-family: 'new-spirit', serif;
    font-weight: 700;
    font-stretch: condensed;
}

.font-new-spirit-bold {
    font-family: 'new-spirit', serif;
    font-weight: 700;
    font-stretch: condensed;
}

/* Tablet Gothic Wide - Regular */
.font-tablet-gothic {
    font-family: 'tablet-gothic-wide', sans-serif;
    font-weight: 400;
}

/* Tablet Gothic Wide - Semibold */
.font-tablet-gothic-semibold {
    font-family: 'tablet-gothic-wide', sans-serif;
    font-weight: 600;
}

/* Tablet Gothic Wide - Bold */
.font-tablet-gothic-bold {
    font-family: 'tablet-gothic-wide', sans-serif;
    font-weight: 700;
}

/* Classes utilitárias para títulos */
.heading-rooney {
    font-family: 'rooney', serif;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.heading-new-spirit {
    font-family: 'new-spirit', serif;
    font-weight: 700;
    font-stretch: condensed;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}

/* Classes para textos do Clube */
.clube-title {
    font-family: 'new-spirit', serif;
    font-weight: 700;
    font-stretch: condensed;
}

.clube-body {
    font-family: 'tablet-gothic-wide', sans-serif;
    font-weight: 400;
}

.clube-heading {
    font-family: 'rooney', serif;
    font-weight: 500;
}

