/* Clancy */
@font-face {
  font-family: Clancy;
  src: url('/static/fonts/Clancy/Clancy-Regular.otf');
}
  
@font-face {
  font-family: Clancy;
  src: url('/static/fonts/Clancy/Clancy-Bold.otf');
  font-weight: bold;
}
  
@font-face {
  font-family: Clancy;
  src: url('/static/fonts/Clancy/Clancy-Light.otf');
  font-weight: 300;
}

.site-name,
.site-name-subtitle {
  font-family: Clancy;
}

#footer .unsw-site-menu {
    position: relative;
    bottom: auto;
  }
  