
/**
 * @license
 * MyFonts Webfont Build ID 3825912, 2019-10-17T16:11:02-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: PexicoMicro-Bold by Setup
 * URL: https://www.myfonts.com/fonts/urtd/pexico-micro/bold/
 * Licensed pageviews: 1,000,000
 *
 * Webfont: PexicoMicro-Regular by Setup
 * URL: https://www.myfonts.com/fonts/urtd/pexico-micro/regular/
 * Licensed pageviews: Unlimited
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3825912
 * Webfonts copyright: Copyright (c) 2013 by Urtd. All rights reserved.
 *
 * © 2019 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
/*@import url("//hello.myfonts.net/count/3a60f8");*/

/* UPLOAD "webfonts" FOLDER TO ROOT DIRECTORY */
@font-face {
  font-family: 'PexicoMicro-Bold';
  src: url('webfonts/3A60F8_0_0.eot');
  src: url('webfonts/3A60F8_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/3A60F8_0_0.woff2') format('woff2'),url('webfonts/3A60F8_0_0.woff') format('woff'),url('webfonts/3A60F8_0_0.ttf') format('truetype');}


@font-face {
  font-family: 'PexicoMicro-Regular';
  src: url('webfonts/3A60F8_1_0.eot');
  src: url('webfonts/3A60F8_1_0.eot?#iefix') format('embedded-opentype'), url('webfonts/3A60F8_1_0.woff2') format('woff2'), url('webfonts/3A60F8_1_0.woff') format('woff'), url('webfonts/3A60F8_1_0.ttf') format('truetype');
}

/* titles */
h1 {
  font-family: PexicoMicro-Bold;
  font-size: 20px;
  letter-spacing: 2px;
  color: #000000;
}
/* game score */
h2 {
  font-family: PexicoMicro-Regular;
  font-size: 20px;
  letter-spacing: 0;
  text-align: right;
  color: #FFFFFF;
}
/* body copy / instructional prompts / sound button / pause button */
p {
  font-family: PexicoMicro-Bold, FOT-ドット明朝 12 Std M または DotMincho12Std-M;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 15px;
  color: #000000;
}
/* primary button / secondary button */
button {
  font-family: PexicoMicro-Bold, FOT-ドット明朝 12 Std M または DotMincho12Std-M;
  font-size: 14px;
  letter-spacing: 2px;
  text-align: center;
  color: #000000;
}
