/* Copyright (c) 2025 by Tom Miller (https://codepen.io/creativeocean/pen/qEWOgjR)
 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap');



html, body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  background:#000;
  overflow:hidden;
}

svg {
  width:100%;
  height:100vh;
}