@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@200;300;400;500;600;700;800;900&display=swap");

* {
  @apply box-border;
}

:root {
  @apply text-[12px] md:text-[16px];
}

h1,
h2,
h3,
h4,
h5,
h6 {
  @apply font-[barlow] font-bold;
}
