.trade-winds-regular {
  text-decoration: none;    
  text-align: center;  
  color:#D94149;  
  font-family: "Trade Winds", system-ui;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0.15em;
  font-size: 3.75em;
  text-shadow: 2px 3px 2px rgba(0,0,0,0.85), 3px 3px 2px rgba(255,0,0,.85);
  padding: 10px;
}
.trade-winds-med {
  text-decoration: none;    
  text-align: right;  
  color:#D94149;  
  font-family: "Trade Winds", system-ui;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0.15em;
  font-size: 1.65em;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.95), 1px 1px 0px rgba(255,0,0,.95);
  padding: 10px;
}
.trade-winds-small {
  text-decoration: none;    
  text-align: right;  
  color: #D94149; 
  font-family: "Trade Winds", system-ui;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0.10em;
  font-size: 1.25em;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.95), 1px 1px 0px rgba(255,0,0,.95);
  padding: 6px;
}