@font-face {
  font-family: "Inlander-Texture";
  src: url("../fonts/Inlander-Texture.otf") format("opentype")
}

@font-face {
  font-family: "Glacial-Indifference";
  src: url("../fonts/GlacialIndifference-Regular.otf") format("opentype")
}

body {
  font-family: "Glacial-Indifference", sans-serif;
  color: #fffff6;
  background-color: #151f28;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inlander-Texture", sans-serif;
}

.container-fluid {
  min-height: 100vh;
}
@supports (height: 100svh) {
  .container-fluid {
    min-height: 100svh;
  }
}

.btn-secondary {
  background-color: #fffff6;
  color: #151f28;
}

.btn-instagram {
  background-color: #c13584;
  color: #fffff6;
}
.btn-instagram:hover {
  background-color: #e1306c;
  color: #fffff6;
}