:root {
  --primary: #ebc908;
  --primary-text: #1a1a1a;
  --secondary: rgba(255, 221, 29, 0.878);
  --secondary-text: #333;
  --accent: #fdf6e3;
  --accent-text: #333;
}

@keyframes flash {
  0%,100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

body {
  font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif !important;
}