/* font */
@font-face {
  font-family: "Paperlogy";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Paperlogy";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2")
    format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Paperlogy";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2")
    format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Paperlogy";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2")
    format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Freesentation";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2404@1.0/Freesentation-3Light.woff2")
    format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Freesentation";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2404@1.0/Freesentation-4Regular.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Freesentation";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2404@1.0/Freesentation-5Medium.woff2")
    format("woff2");
  font-weight: 500;
  font-style: normal;
}

body {
  font-family: "Freesentation";
}

/* global class */
.glass-box {
  box-shadow: 0px 0px 6px 0px rgba(255, 255, 255, 0.65) inset;
  backdrop-filter: blur(35px);
  color: #fff;
}
.sm-glass-box {
  box-shadow: none;
  backdrop-filter: none;
  color: none;
}
.glass-box-not {
  box-shadow: 0px 0px 6px 0px rgba(255, 255, 255, 0.65) inset;
  backdrop-filter: blur(35px);
  color: #fff;
}

@media screen and (min-width: 640px) {
  .sm-glass-box {
    box-shadow: 0px 0px 6px 0px rgba(255, 255, 255, 0.65) inset;
    backdrop-filter: blur(35px);
    color: #fff;
  }
  .glass-box-not {
    box-shadow: none;
    backdrop-filter: none;
    color: none;
  }
}
