/* === FONT FACES === */
@font-face {
  font-family: 'Common Hands';
  src: url('../assets/fonts/common hands/CommonHands-subset.woff2') format('woff2'),
       url('../assets/fonts/common hands/CommonHands.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
