/* Fonte Regular */
@font-face {
  font-family: "Marine";
  src: url("/api/files/7617/new-pages/base-font/fonts/fonnts.com-Marine.otf")
    format("opentype");
  font-weight: 400; /* Regular */
  font-style: normal;
}

/* Fonte Bold Italic */
@font-face {
  font-family: "Marine";
  src: url("/api/files/7617/new-pages/base-font/fonts/fonnts.com-Marine-Bold-Italic.otf")
    format("opentype");
  font-weight: 700; /* Bold */
  font-style: italic;
}

/* Fonte Bold */
@font-face {
  font-family: "Marine";
  src: url("/api/files/7617/new-pages/base-font/fonts/fonnts.com-Marine-Bold.ttf")
    format("truetype");
  font-weight: bold; /* Bold */
  font-style: normal;
}

/* Fonte Light Italic */
@font-face {
  font-family: "Marine";
  src: url("/api/files/7617/new-pages/base-font/fonts/fonnts.com-Marine-Light-Italic.otf")
    format("opentype");
  font-weight: 300; /* Light */
  font-style: italic;
}

/* Fonte Light */
@font-face {
  font-family: "Marine";
  src: url("/api/files/7617/new-pages/base-font/fonts/fonnts.com-Marine-Light.otf")
    format("opentype");
  font-weight: 300; /* Light */
  font-style: normal;
}

/* Fonte Regular Oblicua */
@font-face {
  font-family: "Marine";
  src: url("/api/files/7617/new-pages/base-font/fonts/fonnts.com-Marine-Regular-Oblicua.otf")
    format("opentype");
  font-weight: 400; /* Regular */
  font-style: italic;
}
