/* Brand fonts */

/* Inter (prose / UI) */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;600&display=swap");

@font-face {
  font-family: "Boowie";
  src:
    url("../brand%20fonts/Boowie-Modern-minimalist-elegant./BOOWIE.woff") format("woff"),
    url("../brand%20fonts/Boowie-Modern-minimalist-elegant./BOOWIE.ttf") format("truetype"),
    url("../brand%20fonts/Boowie-Modern-minimalist-elegant./BOOWIE.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Dolce Vita";
  src: url("../brand%20fonts/dolce_vita/Dolce%20Vita.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Dolce Vita Light";
  src: url("../brand%20fonts/dolce_vita/Dolce%20Vita%20Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Dolce Vita Heavy Bold";
  src: url("../brand%20fonts/dolce_vita/Dolce%20Vita%20Heavy%20Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

