@import url('https://fonts.googleapis.com/css2?family=Science+Gothic:wght@100..900&display=swap');

body {
    font-family: "Science Gothic";
    font-weight: 200;
}

h1, h2, h3, h4, h5 {
  color: #F0209C;
}
