@charset "UTF-8";

/* set-up */
* {
  margin: 0;
  padding: 0;
  font-family: 'SUITE Variable';
  font-weight: 500;
  color: #5e5e5e;
}

ul, ol {
  list-style: none;
}

a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #5e5e5e;
  display: block;
}

img {
  border: none;
}

table {
  border-collapse: collapse;
}

/* font : suite */
@font-face {
  font-family: 'SUITE Variable';
  font-weight: 300 900;
  src: local(※), url('/public/resource/fonts/SUITE-Variable.woff2') format('woff2-variations');
}

/* icon */
@font-face {
  font-family: "Phosphor-Fill";
  src: url('/public/resource/fonts/Phosphor-Fill.woff') format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ph-fill {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Phosphor-Fill" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ph-fill.ph-warning:before {
  content: "\edc1";
}

.ph-fill.ph-x-circle:before {
  content: "\eddb";
}

.ph-fill.ph-check-circle:before {
  content: "\ea30";
}

@font-face {
  font-family: "Phosphor-Duotone";
  src: url('/public/resource/fonts/Phosphor-Duotone.woff') format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ph-duotone {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Phosphor-Duotone" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ph-duotone.ph-envelope-simple:before {
  content: "\ec8d";
  opacity: 0.2;
}

.ph-duotone.ph-envelope-simple:after {
  content: "\ec8e";
  margin-left: -1em;
}

.ph-duotone.ph-smiley:before {
  content: "\f0f3";
  opacity: 0.2;
}

.ph-duotone.ph-smiley:after {
  content: "\f0f4";
  margin-left: -1em;
}
