@charset "utf-8";

/*-- color --------------------------------------*/
.blurredBlue-s {
    color: #a3b4d3;
}

.blurredBlue-b {
    background-color: #a3b4d3;
}

.deepBlue-s {
    color: #004ed6;
}

.deepBlue-b {
    background-color: #004ed6;
}

.lightBluishGreen-s {
    color: #e6f4f1;
}

.lightBluishGreen-b {
    background-color: #e6f4f1;
}

.weakYellow-s {
    color: #fcfcd4;
}

.weakYellow-b {
    background-color: #fcfcd4;
}

.slightlyBluishGrey-s {
    color: #7f8c9f;
}

.slightlyBluishGrey-b {
    background-color: #7f8c9f;
}

.white {
  color: #fff;
}

.white-b {
  background-color: #fff;
}

.remy-b {
  background-color: #fee7ea;
}

.bridesmaid-b {
  background-color: #fef1e7;
}

.colonialWhite-b {
  background-color: #fdf8d8;
}

.linkWater-b {
  background-color: #e2e9f8;
}

/*-- font --------------------------------------*/
.philosopher-regular {
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.philosopher-bold {
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.philosopher-regular-italic {
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.philosopher-bold-italic {
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.libre-baskerville-regular {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}

.libre-baskerville-bold {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-style: normal;
}

.libre-baskerville-regular-italic {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
}

/*-- 配置 --------------------------------------*/
.flex {
  display: flex;
}












