@font-face {
  font-family: 'RF Dewi';
  src: local('RF Dewi Regular'), local('RF-Dewi-Regular'),
      url('../fonts/RFDewi-Regular.woff2') format('woff2'),
      url('../fonts/RFDewi-Regular.woff') format('woff'),
      url('../fonts/RFDewi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
    font-family: 'RF Dewi Ex';
    src: local('RF Dewi Expanded Light'), local('RF-Dewi-Expanded-Light'),
        url('../fonts/RFDewiExpanded-Light.woff2') format('woff2'),
        url('../fonts/RFDewiExpanded-Light.woff') format('woff'),
        url('../fonts/RFDewiExpanded-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
  }
