  @font-face {
        font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 300; /* Изменено на light */
        font-display: fallback;
        src: url(Roboto-Light.ttf) format('ttf');
  }
  
  @font-face {
        font-family: 'Source Sans Pro Bold';
        font-style: normal;
        font-weight: 700; /* Жирный */
        font-display: fallback;
        src: url(Roboto-Bold.ttf) format('ttf');
  }

  @font-face {
        font-family: 'Source Sans Pro Italic';
        font-style: italic;
        font-weight: 400; /* Курсив */
        font-display: fallback;
        src: url(Roboto-LightItalic) format('ttf');
  }

  @font-face {
        font-family: 'Source Sans Pro Bold Italic';
        font-style: italic;
        font-weight: 700; /* Жирный курсив */
        font-display: fallback;
        src: url(Roboto-BoldItalic.ttf) format('ttf');
  }

  /* RFDewi-Black */
  @font-face {
    font-family: 'RFDewi Black';
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url(RFDewi-Black.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

  @font-face {
    font-family: 'RFDewiCondensed Light';
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url(RFDewiCondensed-Light.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

  @font-face {
    font-family: 'RFDewiExpanded Light';
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url(RFDewiExpanded-Light.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }