@font-face {
    font-family: 'Swile';
    src: url(https://res.cloudinary.com/hb395gw1l/raw/upload/v1627650119/email-assets/fonts/SwileSans-Bold.otf) format('opentype');
    font-weight: bold;
  }
@font-face {
  font-family: 'Graphik';
  src: url(https://res.cloudinary.com/hb395gw1l/raw/upload/v1627650345/email-assets/fonts/Graphik-Medium.otf) format('opentype');
  font-weight: 400;
}


  @font-face {
    font-family: 'Graphik';
    src: url(https://res.cloudinary.com/hb395gw1l/raw/upload/v1627650345/email-assets/fonts/Graphik-Regular.otf) format('opentype');
    font-weight: 400;
  }

body {
  font-family: 'Graphik'
}

h1, h2, h3 {
  font-family: 'Swile'
}


.header {
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.header h1 {
			  margin: 0;
}

.subscribe-button {
			  background-color: #EEEAFA;
  border: none;
			  font-size: 14px;
  padding: 12px 16px;
  border-radius: 16px;
  min-height: 40px;
  font-weight: 500;
}

.subscribe-button:hover {
  background-color: #D3C9F3
}