@font-face {
  font-family: 'SF Pro';
  src: url('./fonts/SF-Pro-Display-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
  
@font-face {
  font-family: 'SF Pro';
  src: url('./fonts/SF-Pro-Display-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}


* {
  margin: 0;
  padding: 0;
  font-family: 'SF Pro', sans-serif;  
}

.yacht-card-aelement { 
  display: contents;        
  height: 100%;          
  text-decoration: none; 
  color: inherit;            
}

a {
  text-decoration: none; 
}