@font-face {
  font-family: 'Fahkwang';
  src: url('./assets/fonts/fahkwang/Fahkwang-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Fahkwang';
  src: url('./assets/fonts/fahkwang/Fahkwang-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Red Hat Text';
  src: url('./assets/fonts/red-hat-text/RedHatText-VariableFont_wght.ttf')
    format('truetype');
  font-weight: 300 700;
  font-style: normal;
}

:root {
  --button-bg: #f2ede3;
  --button-text: #141612;
}
