/* latin-ext */
@font-face {
    font-family: 'custom-ubuntu';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(./Ubuntu/Ubuntu-Bold.ttf) format('truetype');
  }
  /* latin */
  @font-face {
    font-family: 'custom-ubuntu';
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(./Ubuntu/Ubuntu-BoldItalic.ttf) format('truetype');
  }
  @font-face {
    font-family: 'custom-ubuntu';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(./Ubuntu/Ubuntu-Italic.ttf) format('truetype');
   }
  /* latin-ext */
  @font-face {
    font-family: 'custom-ubuntu';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(./Ubuntu/Ubuntu-Light.ttf) format('truetype');
  }
  /* latin */
  @font-face {
    font-family: 'custom-ubuntu';
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(./Ubuntu/Ubuntu-LightItalic.ttf) format('truetype');
  }
  /* latin-ext */
  @font-face {
    font-family: 'custom-ubuntu';
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url(./Ubuntu/Ubuntu-Medium.ttf) format('truetype');
  }
  /* latin */
  @font-face {
    font-family: 'custom-ubuntu';
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url(./Ubuntu/Ubuntu-MediumItalic.ttf) format('truetype');
   }
  /* latin-ext */
  @font-face {
    font-family: 'custom-ubuntu';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(./Ubuntu/Ubuntu-Regular.ttf) format('truetype');
  }