﻿/* Noto Sans Regular Variations */
@font-face {
    font-family: 'Noto Sans';
    src: url('NotoSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('NotoSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('NotoSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('NotoSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

/* Condensed Variations */
@font-face {
    font-family: 'Noto Sans Condensed';
    src: url('NotoSans_Condensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans Condensed';
    src: url('NotoSans_Condensed-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

/* SemiCondensed Variations */
@font-face {
    font-family: 'Noto Sans SemiCondensed';
    src: url('NotoSans_SemiCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* ExtraCondensed Variations */
@font-face {
    font-family: 'Noto Sans ExtraCondensed';
    src: url('NotoSans_ExtraCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}