@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,600');

:root {
  --background: rgba(85, 102, 83, 0.85);
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
	margin: 0;
	/* background: #222; */
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
}

