/* Webfonts — Nicole & Guilherme
   Cormorant Garamond: fonte principal (Google Fonts).
   Milton Two / Milton Two Bold: script manuscrita (auto-hospedada). */

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap");

@font-face {
  font-family: "Milton Two";
  src: url("../assets/fonts/Milton_Two.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Milton Two";
  src: url("../assets/fonts/Milton_Two_Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
