@charset "UTF-8";
/* CSS Document */
<style>
@import url('https://fonts.googleapis.com/css2?family=Special+Gothic+Condensed+One&display=swap');
</style>


.blue-text {
    text-color: #6c7ebd;
    font-family: "Special Gothic Condensed One", sans-serif;
    font-size: 16px;
}
.special-gothic-condensed-one-regular {
  font-family: "Special Gothic Condensed One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.body {font-family: "Special Gothic Condensed One", sans-serif;
  font-weight: 400;
  font-style: normal;
font-size: 16px;}