/* Logo Font */
@font-face {
  font-family: 'LogoFont';
  src: url('../fonts/Garde.woff2') format('woff2'),
       url('../fonts/Garde.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.logo-font {
  font-family: 'LogoFont', var(--bs-body-font-family);
}

.logo-color {
    color: #ffd460;
}