@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@200&display=swap');

.catamaran-extra-light {
  font-family: "Catamaran", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

body {
    font-family: "Catamaran", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
}

img.logo {
    width: 200px;
    height: 69px;
}