@font-face{
  font-family: 'Raleway-Regular';
  src: url('../fonts/static/Raleway-Regular.woff2') format('woff2'),
    url('../fonts/static/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/static/Raleway-Regular.woff') format('woff'),
    url('../fonts/static/Raleway-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  }

body{
  font-family: 'Raleway-Regular';
}

.container {
  max-width: 960px;
}
