/* ————— FONT DECLARATIONS ————— */

@font-face {
  font-family: "Illusion";
  src: url("https://humantooth.neocities.org/fonts/IllusionSerif-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Illusion-Italic";
  src: url("https://humantooth.neocities.org/fonts/IllusionSerif-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}

/* ————— BASE BODY STYLES ————— */

body {
  font-family: "Illusion", serif;
  font-size: 10px; /* standard body size */
  line-height: 1.6;
  color: #4c4f69;
  background-color: #ffffff;
  padding: 3rem;

  /* default cursor */
  cursor: url("http://www.rw-designer.com/cursor-extern.php?id=123015"), auto;
}

/* ————— HOVER CURSORS ONLY ————— */

a:hover,
button:hover,
img[onclick]:hover {
  cursor: url("http://www.rw-designer.com/cursor-extern.php?id=123016"), pointer;
}

/* ————— SPACE/PLACE PAGE STYLES ————— */

.entry {
  max-width: 600px;
  margin: 0 auto;
  background: #f9f9f9;
  padding: 2rem;
  border: 2px solid #1e66f5;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.term {
  color: #ea76cb;
  font-size: 13px;
  margin-bottom: 1rem;
  text-transform: lowercase;
}

.definition {
  font-size: 12px;
  color: #5c5f77;
}

.examples h2 {
  font-style: italic;
  font-size: 12px;
  color: #8839ef;
  margin-top: 2rem;
  text-transform: uppercase;
}

.examples ul {
  padding-left: 1.2rem;
}

.examples li {
  font-style: italic;
  font-size: 10px;
  margin-bottom: 0.5rem;
}

.back-link {
  display: inline-block;
  margin-top: 2rem;
  color: #1e66f5;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}

.back-link:hover {
  border-color: #1e66f5;
}
