@font-face {
  font-family: 'Eduloo Logo';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src:
    url('/assets/fonts/EdulooLogo-Regular.woff2') format('woff2'),
    url('/assets/fonts/EdulooLogo-Regular.woff') format('woff');
}

:root {
  --brand-wordmark-color: #f66578;
}

body:not(:has(.admin-container)) .footer-brand-name {
  font-family: 'Eduloo Logo', sans-serif;
  font-weight: 400;
  font-synthesis: none;
  font-kerning: normal;
  letter-spacing: 0;
  color: var(--brand-wordmark-color);
}

body:not(:has(.admin-container)) .nb-brand__text {
  font-size: 25px;
  line-height: 1;
}

body:not(:has(.admin-container)) .footer-copyright .footer-brand-name {
  font-size: 15px;
  line-height: 1;
}
