    @font-face {
      font-family: 'FF Roboto';
      src: url('/src/styles/roboto/Roboto-Light.woff2') format('woff2'),
           url('/src/styles/roboto/Roboto-Light.woff') format('woff'),
           url('/src/styles/roboto/Roboto-Light.ttf') format('truetype');
      font-weight: 300;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: 'FF Roboto';
      src: url('/src/styles/roboto/Roboto-Regular.woff2') format('woff2'),
           url('/src/styles/roboto/Roboto-Regular.woff') format('woff'),
           url('/src/styles/roboto/Roboto-Regular.ttf') format('truetype');
      font-weight: 400;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: 'FF Roboto';
      src: url('/src/styles/roboto/Roboto-Medium.woff2') format('woff2'),
           url('/src/styles/roboto/Roboto-Medium.woff') format('woff'),
           url('/src/styles/roboto/Roboto-Medium.ttf') format('truetype');
      font-weight: 500;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: 'FF Roboto';
      src: url('/src/styles/roboto/Roboto-Bold.woff2') format('woff2'),
           url('/src/styles/roboto/Roboto-Bold.woff') format('woff'),
           url('/src/styles/roboto/Roboto-Bold.ttf') format('truetype');
      font-weight: 700;
      font-style: normal;
      font-display: swap;
    }