/**
 * Font Name
 */

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: local(''),
    url('') format('woff2'),
    url('') format('woff');
    font-display: swap;
}
