/* Fontes Nebulica - Implementação completa conforme Figma */

@font-face {
  font-family: 'Nebulica';
  src: url('./fonts/Nebulica-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nebulica';
  src: url('./fonts/Nebulica-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nebulica';
  src: url('./fonts/Nebulica-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nebulica';
  src: url('./fonts/Nebulica-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nebulica';
  src: url('./fonts/Nebulica-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nebulica';
  src: url('./fonts/Nebulica-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nebulica';
  src: url('./fonts/Nebulica-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nebulica';
  src: url('./fonts/Nebulica-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nebulica';
  src: url('./fonts/Nebulica-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Classes utilitárias para facilitar o uso das fontes */
.font-nebulica-thin {
  font-family: 'Nebulica', sans-serif;
  font-weight: 100;
}

.font-nebulica-extralight {
  font-family: 'Nebulica', sans-serif;
  font-weight: 200;
}

.font-nebulica-light {
  font-family: 'Nebulica', sans-serif;
  font-weight: 300;
}

.font-nebulica-regular {
  font-family: 'Nebulica', sans-serif;
  font-weight: 400;
}

.font-nebulica-medium {
  font-family: 'Nebulica', sans-serif;
  font-weight: 500;
}

.font-nebulica-semibold {
  font-family: 'Nebulica', sans-serif;
  font-weight: 600;
}

.font-nebulica-bold {
  font-family: 'Nebulica', sans-serif;
  font-weight: 700;
}

.font-nebulica-extrabold {
  font-family: 'Nebulica', sans-serif;
  font-weight: 800;
}

.font-nebulica-black {
  font-family: 'Nebulica', sans-serif;
  font-weight: 900;
}
