/* Magalu Textos Rounded Font Family */

@font-face {
    font-family: 'Magalu Textos Rounded';
    src: url('../fontes_magalu/MAGALUTEXTOSROUNDED-THIN.TTF') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Magalu Textos Rounded';
    src: url('../fontes_magalu/MAGALUTEXTOSROUNDED-THINITALIC.TTF') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Magalu Textos Rounded';
    src: url('../fontes_magalu/MAGALUTEXTOSROUNDED-LIGHT.TTF') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Magalu Textos Rounded';
    src: url('../fontes_magalu/MAGALUTEXTOSROUNDED-LIGHTITALIC.TTF') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Magalu Textos Rounded';
    src: url('../fontes_magalu/MAGALUTEXTOSROUNDED-REGULAR.TTF') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Magalu Textos Rounded';
    src: url('../fontes_magalu/MAGALUTEXTOSROUNDED-ITALIC.TTF') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Magalu Textos Rounded';
    src: url('../fontes_magalu/MAGALUTEXTOSROUNDED-MEDIUM.TTF') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Magalu Textos Rounded';
    src: url('../fontes_magalu/MAGALUTEXTOSROUNDED-MEDIUMITALIC.TTF') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Magalu Textos Rounded';
    src: url('../fontes_magalu/MAGALUTEXTOSROUNDED-BOLD.TTF') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Magalu Textos Rounded';
    src: url('../fontes_magalu/MAGALUTEXTOSROUNDED-BOLDITALIC.TTF') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Magalu Textos Rounded';
    src: url('../fontes_magalu/MAGALUTEXTOSROUNDED-XBOLD.TTF') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Magalu Textos Rounded';
    src: url('../fontes_magalu/MAGALUTEXTOSROUNDED-XBOLDITALIC.TTF') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Magalu Textos Rounded';
    src: url('../fontes_magalu/MAGALUTEXTOSROUNDED-BLACK.TTF') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Magalu Textos Rounded';
    src: url('../fontes_magalu/MAGALUTEXTOSROUNDED-BLACKITALIC.TTF') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

/* Global font family override */
body, html {
    font-family: 'Magalu Textos Rounded', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* Ensure all elements use the Magalu font */
* {
    font-family: inherit;
}