/* Bahia Farm - Fontes Personalizadas */

/* Moneta Sans Bold - Títulos */
@font-face {
  font-family: 'MonetaSans';
  src: url('/fonts/MonetaSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Moneta Sans Regular - Peso complementar */
@font-face {
  font-family: 'MonetaSans';
  src: url('/fonts/MonetaSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

/* Outfit Regular - Subtítulos/Corpo */
@font-face {
  font-family: 'Outfit';
  src: url('/fonts/static/Outfit-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Outfit Light */
@font-face {
  font-family: 'Outfit';
  src: url('/fonts/static/Outfit-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Outfit Medium */
@font-face {
  font-family: 'Outfit';
  src: url('/fonts/static/Outfit-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Outfit SemiBold */
@font-face {
  font-family: 'Outfit';
  src: url('/fonts/static/Outfit-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Outfit Bold */
@font-face {
  font-family: 'Outfit';
  src: url('/fonts/static/Outfit-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
