@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@media print {
    body {
        margin: 0 !important;
    }
}

/* mont font */

@font-face {
    font-family: 'montThin';
    src: url('https://cdn.mastersunion.org/assets/lead/Mont-Thin.woff');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'montExtraLight';
    src: url('https://cdn.mastersunion.org/assets/lead/Mont-Thin.woff');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'montLight';
    src: url('https://cdn.mastersunion.org/assets/lead/Mont-Thin.woff');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'montRegular';
    src: url('https://cdn.mastersunion.org/assets/lead/Mont-Regular.woff');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'montSemiBold';
    src: url('https://cdn.mastersunion.org/assets/lead/Mont-SemiBold.woff');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'montBold';
    src: url('https://cdn.mastersunion.org/assets/lead/Mont-Bold.woff');
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: 'montHeavy';
    src: url('https://cdn.mastersunion.org/assets/lead/Mont-Heavy.woff');
    font-style: normal;
    font-weight: 900;
}
@font-face {
    font-family: 'go-thin';
    src: url('https://files.mastersunion.link/resources/fonts/GalanoGrotesqueThin.otf');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'go-regular';
    src: url('https://files.mastersunion.link/resources/fonts/GalanoGrotesqueRegular.otf');
    font-style: normal;
    font-display: swap;
    font-weight: 400;
}

@font-face {
    font-family: 'go-medium';
    src: url('https://files.mastersunion.link/resources/fonts/GalanoGrotesqueMedium.otf');
    font-style: normal;
    font-display: swap;
    font-weight: 500;

}

@font-face {
    font-family: 'go-semibold';
    src: url('https://files.mastersunion.link/resources/fonts/GalanoGrotesqueSemiBold.otf');
    font-style: normal;
    font-display: swap;
    font-weight: 600;

}

@font-face {
    font-family: 'fraunces-72pt';
    src: url('https://files.mastersunion.link/resources/fonts/Fraunces72pt.otf');
    font-style: normal;
    font-display: swap;
    font-weight: 400;
}

@font-face {
    font-family: 'fraunces-72pt-italic';
    src: url('https://files.mastersunion.link/resources/fonts/Fraunces72ptItalic.otf');
    font-style: normal;
    font-display: swap;
    font-weight: 400;
}

@font-face {
    font-family: 'Fraunces';
    src: url('https://files.mastersunion.link/uploads/21022025/v1/Fraunces_72ptRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}