@import url('https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,900;1,300&display=swap');

:root {
  --color-dark: #1d1d1b;
  --color-white: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Chivo', sans-serif;
  color: #1d1d1b;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
