/* latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src: url(fonts/raleway-latin-normal-300.woff2) format('woff2');
  }

  /* latin */
  @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/raleway-latin-normal-400.woff2) format('woff2');
  }

  /* latin */
  @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: url(fonts/raleway-latin-normal-600.woff2) format('woff2');
  }


  /* latin */
  @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: url(fonts/raleway-latin-normal-700.woff2) format('woff2');
  }


  /* latin */
  @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    src: url(fonts/raleway-latin-normal-800.woff2) format('woff2');
  }

:root {
    --bs-primary: #ff6347; /* Change primary color to Tomato */
    --bs-secondary: #3e70ef; /* Change secondary color to LimeGreen */
    --bs-bg-body-tertiary: #00ff00;
    --bs-body-bg: var(--bs-tertiary-bg); /* Change background color should be the same as bg-body-tertiary */
    --bs-body-color: #333; /* Change text color */
    --bs-font-sans-serif: 'Raleway', sans-serif; /* Change font */
  }
  
  body {
    font-size: 1rem;
    font-style: normal;
    font-family: Raleway;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0px;
    text-transform: none
  }
    h1 {
      color: #3e70ef;

    }
