@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

@font-face {
  font-family: "ITC Franklin Gothic Demi Extra Compressed";
  src: url("../fonts/ITC Franklin Gothic Demi Extra Compressed.woff2") format("woff2"),
       url("../fonts/ITC Franklin Gothic Demi Extra Compressed.woff") format("woff"),
       url("../fonts/ITC Franklin Gothic Demi Extra Compressed.otf") format("OpenType");
}

:root {
  --white: #ffffff;
  --black: #000000;
  --blk-rgb: 0,0,0;
  --yellow: #faee00;
  --red: #e60012;
  --d-red: #d1483e;
  --d-green: #009a3e;
  --green: #1abf32;
  --green-rgb: 26,191,50;
  --l-green: #00cc1d;
  --l-gray: #f5f5f5;
  --d-gray: #cecece;
}