@font-face {
  font-family: 'RF Dewi Expanded';
  src: url('/static/fonts/RFDewiExpanded-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'RF Dewi Expanded';
  src: url('/static/fonts/RFDewiExpanded-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'RF Dewi Expanded';
  src: url('/static/fonts/RFDewiExpanded-Ultralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'RF Dewi Expanded';
  src: url('/static/fonts/RFDewiExpanded-UltralightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}

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

@font-face {
  font-family: 'RF Dewi Expanded';
  src: url('/static/fonts/RFDewiExpanded-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'RF Dewi Expanded';
  src: url('/static/fonts/RFDewiExpanded-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'RF Dewi Expanded';
  src: url('/static/fonts/RFDewiExpanded-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'RF Dewi Expanded';
  src: url('/static/fonts/RFDewiExpanded-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'RF Dewi Expanded';
  src: url('/static/fonts/RFDewiExpanded-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'RF Dewi Expanded';
  src: url('/static/fonts/RFDewiExpanded-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'RF Dewi Expanded';
  src: url('/static/fonts/RFDewiExpanded-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'RF Dewi Expanded';
  src: url('/static/fonts/RFDewiExpanded-Ultrabold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'RF Dewi Expanded';
  src: url('/static/fonts/RFDewiExpanded-UltraboldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'RF Dewi Expanded';
  src: url('/static/fonts/RFDewiExpanded-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'RF Dewi Expanded';
  src: url('/static/fonts/RFDewiExpanded-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'RF Dewi Expanded', sans-serif;
  font-weight: 400;
  background: #faf5f3;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: inherit;
}
