@font-face {
    font-family: 'Ubuntu';
    src: url('FONT/subset-Ubuntu.woff2') format('woff2'),
        url('FONT/subset-Ubuntu.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('FONT/subset-Ubuntu-Light.woff2') format('woff2'),
        url('FONT/subset-Ubuntu-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('FONT/subset-Ubuntu-Medium.woff2') format('woff2'),
        url('FONT/subset-Ubuntu-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('FONT/subset-Ubuntu-Bold.woff2') format('woff2'),
        url('FONT/subset-Ubuntu-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('FONT/subset-Ubuntu-Italic.woff2') format('woff2'),
        url('FONT/subset-Ubuntu-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('FONT/subset-Ubuntu-LightItalic.woff2') format('woff2'),
        url('FONT/subset-Ubuntu-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('FONT/subset-Ubuntu-MediumItalic.woff2') format('woff2'),
        url('FONT/subset-Ubuntu-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('FONT/subset-Ubuntu-BoldItalic.woff2') format('woff2'),
        url('FONT/subset-Ubuntu-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'Ubuntu Condensed';
    src: url('FONT/subset-UbuntuCondensed-Regular.woff2') format('woff2'),
        url('subset-UbuntuCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu Mono';
    src: url('FONT/subset-UbuntuMono-Regular.woff2') format('woff2'),
        url('FONT/subset-UbuntuMono-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ubuntu Mono';
    src: url('FONT/subset-UbuntuMono-Bold.woff2') format('woff2'),
        url('FONT/subset-UbuntuMono-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu Mono';
    src: url('FONT/subset-UbuntuMono-Italic.woff2') format('woff2'),
        url('FONT/subset-UbuntuMono-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Ubuntu Mono';
    src: url('FONT/subset-UbuntuMono-BoldItalic.woff2') format('woff2'),
        url('FONT/subset-UbuntuMono-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face{
  font-family: "DIN Next Rounded LT W01 Light";
  src: url("FONT/DIN-NEXT-rounded-light.eot");
  src: url("FONT/DIN-NEXT-rounded-light.eot?#iefix")format("embedded-opentype"),
      url("FONT/DIN-NEXT-rounded-light.woff")format("woff"),
      url("FONT/DIN-NEXT-rounded-light.woff2")format("woff2"),
      url("FONT/DIN-NEXT-rounded-light.ttf")format("truetype");   
  font-weight:normal;
  font-style:normal;
  font-display:swap;
}






