/* custom font from: https://www.fontshmonts.com/text-fonts/tcc-sans/ */
@font-face {
  font-family: 'TCCSANS-Light';
  font-style: normal;
  font-weight: normal;
  src: local('TCC SANS Light'), local('TCCSANS-Light'), url('/fonts/TCCSANS-Light.woff2') format('woff2'), url('/fonts/TCCSANS-Light.woff') format('woff');
}

/* custom font italic from: https://www.fontshmonts.com/text-fonts/tcc-sans/ */
@font-face {
  font-family: 'TCCSANS-Light';
  font-style: italic;
  font-weight: normal;
  src: local('TCC SANS Light Italic'), local('TCCSANS-LightItalic'), url('/fonts/TCCSANS-LightItalic.woff2') format('woff2'), url('/fonts/TCCSANS-LightItalic.woff') format('woff');
}


@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
  font-family: 'Brenta';
  font-style: normal;
  font-weight: normal;
  src: local('Brenta'),
    local('BrentaDEMO-BlackItalic'),
    url('/fonts/BrentaDEMO-BlackItalic.otf') format('opentype');
}

/* Apply the custom font to the body */
body {
  font-family: 'TCCSANS-Light', sans-serif;
}


/*
.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}*/
/* 
#heading_subtitle {
  font-family: 'Brenta', serif;
  text-transform: none;
  font-size: 24px !important;
  line-height: 1.2 !important;
}

#albums-section-title {
  font-family: 'Brenta', serif;
  text-transform: none;
  font-size: 48px !important;
  line-height: 1.2 !important;
} */

.menu-item-link {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

#description p {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: -0.02em;
  font-style: normal;
  /* text-align: left !important; */
  color: #444 !important;
}

.footer-text{
  margin-bottom: 0px !important;
}

.footer-text-link{
  font-size: 12px !important;
}

.wiso-widget-copyright > div{
  margin-bottom: 0px !important;
}

.wiso-widget-copyright img{
  margin-bottom: 10px !important;
}