@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
      src: url(fonts/Raleway/static/Raleway-Regular.ttf);
  } 
  /* latin-ext */
  @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-display: swap;
    font-weight: 600;
      src: url(fonts/Raleway/static/Raleway-SemiBold.ttf);
  }
  /* latin-ext */
  @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
      src: url(fonts/Raleway/static/Raleway-Bold.ttf);
  }/* latin-ext */
  @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-display: swap;
    font-weight: 300;
      src: url(fonts/Raleway/static/Raleway-Light.ttf);
  } 
  /* latin-ext */
  @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-display: swap;
    font-weight: 500;
      src: url(fonts/Raleway/static/Raleway-Medium.ttf);
  }
  /* latin-ext */
  @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-display: swap;
    font-weight: 800;
      src: url(fonts/Raleway/static/Raleway-ExtraBold.ttf);
  }/* latin-ext */
  @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-display: swap;
    font-weight: 900;
      src: url(fonts/Raleway/static/Raleway-Black.ttf);
  }/* latin-ext */