@font-face {
  font-family: 'Global';
  src: url('/assets/fonts/roboto.woff2') format('woff2');
}

@font-face {
  font-family: 'Logo';
  src: url('/assets/fonts/kanit.woff2') format('woff2');
}

* {
  font-family: 'Global';
}

body {
  margin: 0;
  padding: 1rem;
}

a {
  color: inherit; /* This will make the link color the same as the surrounding text */
  text-decoration: none; /* This will remove the underline from links */
}

.container {
  margin: 0 auto; /* Center the container horizontally */
}

.no-wrap {
  white-space: nowrap;
}