/* Local font definitions for independence from Google Fonts */

@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  src: url('./dancing-script-400.woff2') format('woff2');
  font-display: block;
}

@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 700;
  src: url('./dancing-script-700.woff2') format('woff2');
  font-display: block;
}

@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: url('./pacifico-400.woff2') format('woff2');
  font-display: block;
}