/* ==========================================================================
   Ubuntu Font Family - Local @font-face Definitions
   ========================================================================== */

/* Ubuntu Thin (100) */
@font-face {
    font-family: 'Ubuntu';
    src: url('Ubuntu-Th.ttf') format('truetype');
    font-weight: 100 200;
    font-style: normal;
    font-display: swap;
}

/* Ubuntu Light (300) */
@font-face {
    font-family: 'Ubuntu';
    src: url('Ubuntu-L.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('Ubuntu-LI.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Ubuntu Regular (400) */
@font-face {
    font-family: 'Ubuntu';
    src: url('Ubuntu-R.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('Ubuntu-RI.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Ubuntu Medium (500) */
@font-face {
    font-family: 'Ubuntu';
    src: url('Ubuntu-M.ttf') format('truetype');
    font-weight: 500 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('Ubuntu-MI.ttf') format('truetype');
    font-weight: 500 600;
    font-style: italic;
    font-display: swap;
}

/* Ubuntu Bold (700) */
@font-face {
    font-family: 'Ubuntu';
    src: url('Ubuntu-B.ttf') format('truetype');
    font-weight: 700 800 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('Ubuntu-BI.ttf') format('truetype');
    font-weight: 700 800 900;
    font-style: italic;
    font-display: swap;
}

/* Ubuntu Condensed (400) */
@font-face {
    font-family: 'Ubuntu Condensed';
    src: url('Ubuntu-C.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* ==========================================================================
   Ubuntu Mono Font Family - Local @font-face Definitions
   ========================================================================== */

/* Ubuntu Mono Regular (400) */
@font-face {
    font-family: 'Ubuntu Mono';
    src: url('UbuntuMono-R.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu Mono';
    src: url('UbuntuMono-RI.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Ubuntu Mono Bold (700) */
@font-face {
    font-family: 'Ubuntu Mono';
    src: url('UbuntuMono-B.ttf') format('truetype');
    font-weight: 700 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu Mono';
    src: url('UbuntuMono-BI.ttf') format('truetype');
    font-weight: 700 800;
    font-style: italic;
    font-display: swap;
}
