@font-face {
    font-family: 'LatoHeavy';
    src: url('../fonts/lato-heavy/Lato-Heavy.eot');
    src: url('../fonts/lato-heavy/Lato-Heavy.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-heavy/Lato-Heavy.woff2') format('woff2'),
         url('../fonts/lato-heavy/Lato-Heavy.woff') format('woff'),
         url('../fonts/lato-heavy/Lato-Heavy.ttf') format('truetype'),
         url('../fonts/lato-heavy/Lato-Heavy.svg') format('svg');
    font-weight: 900; /* Alterado para refletir "Heavy" */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FuturaNormal';
    src: url('../fonts/futura-normal/Futura-Normal.eot');
    src: url('../fonts/futura-normal/Futura-Normal.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futura-normal/Futura-Normal.woff2') format('woff2'),
         url('../fonts/futura-normal/Futura-Normal.woff') format('woff'),
         url('../fonts/futura-normal/Futura-Normal.ttf') format('truetype'),
         url('../fonts/futura-normal/Futura-Normal.svg') format('svg');
    font-weight: 400; /* Alterado para refletir "Normal", se aplicável */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LatoRegular';
    src: url('../fonts/trenda-regular/Trenda-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/trenda-regular/Trenda-Regular.woff2') format('woff2'),
         url('../fonts/trenda-regular/Trenda-Regular.woff') format('woff'),
         url('../fonts/trenda-regular/Trenda-Regular.ttf') format('truetype'),
         url('../fonts/trenda-regular/Trenda-Regular.svg') format('svg');
    font-weight: normal; /* Permanece correto */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CenturyGothicBold'; /* Nome da fonte */
    src: url('../fonts/century_gothic_bold/Century-Gothic-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/century_gothic_bold/Century-Gothic-Bold.woff2') format('woff2'),
         url('../fonts/century_gothic_bold/Century-Gothic-Bold.woff') format('woff'),
         url('../fonts/century_gothic_bold/Century-Gothic-Bold.ttf') format('truetype'),
         url('../fonts/century_gothic_bold/Century-Gothic-Bold.svg') format('svg');
    font-weight: bold; /* CORRETO: Reflete que é uma fonte Bold */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CenturyGothicRegular';
    src: url('../fonts/century_gothic_regular/Century-Gothic-Regular.eot');
    src: url('../fonts/century_gothic_regular/Century-Gothic-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/century_gothic_regular/Century-Gothic-Regular.woff2') format('woff2'),
         url('../fonts/century_gothic_regular/Century-Gothic-Regular.woff') format('woff'),
         url('../fonts/century_gothic_regular/Century-Gothic-Regular.ttf') format('truetype'),
         url('../fonts/century_gothic_regular/Century-Gothic-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


