/**
 *
 * Fonts:
 * Satoshi Variable
 *
*/


@font-face {
  font-family: 'Satoshi-Variable';
  src: url('../fonts/satoshi/Satoshi-Variable.woff2') format('woff2'),
       url('../fonts/satoshi/Satoshi-Variable.woff') format('woff'),
       url('../fonts/satoshi/Satoshi-Variable.ttf') format('truetype');
       font-weight: 300 900;
       font-display: swap;
       font-style: normal;
}


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

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