@font-face {
  font-family: 'Sansation_Bold';
  src: url('../fonts/Sansation_Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Sansation_Regular';
  src: url('../fonts/Sansation_Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.bold-text {
  font-weight: bold;
}

.regular-text {
  font-weight: normal;
}

.custom-iframe {
  width: 90%;
  margin: 0 auto;
}

.logo-title h1 {
  font-size: 64px;
}

.logo-image {
  margin: 20;
}

.trademark {
  font-size: 12px;
}