@font-face {
  font-family: "School Lora";
  src: url("Lora.ttf") format("truetype");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}
@font-face {
  font-family: "School Manrope";
  src: url("Manrope.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
.school-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #285945;
  text-decoration: none;
  flex-shrink: 0;
  letter-spacing: normal;
}
.course-shell .school-logo { color: #e8bd69; }
.school-logo .school-logo-mark {
  display: grid;
  place-items: center;
  box-sizing: border-box;
  width: 43px;
  height: 49px;
  border: 1px solid currentColor;
  border-radius: 12px 12px 12px 3px;
  background: transparent;
  color: inherit;
  font: 500 35px/1 "School Lora", serif;
  flex-shrink: 0;
}
.school-logo .school-logo-name { display: flex; flex-direction: column; gap: 3px; }
.school-logo .school-logo-name small {
  font: 500 10px/1.2 "School Manrope", sans-serif;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.school-logo .school-logo-name strong {
  font: 500 27px/1.15 "School Manrope", sans-serif;
  letter-spacing: -0.5px;
}
.auth-card .school-logo { margin: 0; }
