/* Self-hosted Ubuntu + Ubuntu Mono (Latin subset).
   Source: @fontsource/ubuntu, @fontsource/ubuntu-mono — Google Fonts mirror.
   Allows CSP to drop fonts.googleapis.com / fonts.gstatic.com entries. */

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/static/fonts/ubuntu/ubuntu-latin-300-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/static/fonts/ubuntu/ubuntu-latin-400-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/static/fonts/ubuntu/ubuntu-latin-500-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/static/fonts/ubuntu/ubuntu-latin-700-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Ubuntu Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/static/fonts/ubuntu/ubuntu-mono-latin-400-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Ubuntu Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/static/fonts/ubuntu/ubuntu-mono-latin-700-normal.woff2') format('woff2');
}
