@font-face {
    font-family: 'Mont';
    src: url('Mont-SemiBold.eot');
    src: url('Mont-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('Mont-SemiBold.woff') format('woff'),
    url('Mont-SemiBold.ttf') format('truetype'),
    url('Mont-SemiBold.svg#Mont-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('Mont-Regular.eot');
    src: url('Mont-Regular.eot?#iefix') format('embedded-opentype'),
    url('Mont-Regular.woff') format('woff'),
    url('Mont-Regular.ttf') format('truetype'),
    url('Mont-Regular.svg#Mont-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('Mont-Bold.eot');
    src: url('Mont-Bold.eot?#iefix') format('embedded-opentype'),
    url('Mont-Bold.woff') format('woff'),
    url('Mont-Bold.ttf') format('truetype'),
    url('Mont-Bold.svg#Mont-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mont';
    src: url('Mont-Black.woff2') format('woff2'),
    url('Mont-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Noto Sans Regular */
@font-face {
    font-family: 'Noto Sans';
    src: url('NotoSans-Regular.woff2') format('woff2'),
    url('NotoSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Noto Sans Semi-Bold */
@font-face {
    font-family: 'Noto Sans';
    src: url('NotoSans-SemiBold.woff2') format('woff2'),
    url('NotoSans-SemiBold.woff') format('woff');
    font-weight: 600; /* or 'semi-bold' if supported */
    font-style: normal;
    font-display: swap;
}

/* Noto Sans Bold */
@font-face {
    font-family: 'Noto Sans';
    src: url('NotoSans-Bold.woff2') format('woff2'),
    url('NotoSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Noto Sans Black */
@font-face {
    font-family: 'Noto Sans';
    src: url('NotoSans-Black.woff2') format('woff2'),
    url('NotoSans-Black.woff') format('woff');
    font-weight: 900; /* or 'black' if supported */
    font-style: normal;
    font-display: swap;
}