@charset "utf-8";
@font-face {
  src: url("https://fonts.googleapis.com/css2?family=Cantarell&display=swap");
  font-family: 'Cantarell', sans-serif;
  font-style: normal;
  font-weight: normal;
}

body {
background-color: #222222;
font-size: 14px;
color: #b5abab;
font-family: 'Cantarell', sans-serif;
}

h3 {
font-size: 16px;
}

h2 {
font-size: 19px;
}
