@import url("https://fonts.googleapis.com/css2?family=Playball&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");

.plus-jarkata {
  font-family: "Plus Jakarta Sans", sans-serif;
}

html {
  scroll-behavior: smooth;
}

.rubik {
  font-family: "Rubik", sans-serif;
}

p,
ul {
  font-family: "Rubik", sans-serif;
}

h1,
h2,
h3,
h4 {
  font-family: "Anton", sans-serif;
  letter-spacing: 2px;
}

a {
  word-break: break-word; /* Ensures long words/URLs break */
  overflow-wrap: anywhere; /* Allows breaking at any point if necessary */
}

body {
  background-color: black;
  color: white;
}

.sec_13 {
  background: url("./assets/sec13.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
