/*
Theme Name: FUME Custom Child Theme
Template: astra
Version: 1.0
*/

@font-face {
  font-family: 'MundialThin';
  src: url('fonts/MundialThin.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'GroteskRemix';
  src: url('fonts/GroteskRemix-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'MundialThin', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'GroteskRemix', sans-serif;
}