@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');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet');

@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;
}