@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/inter-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/inter-semibold.woff2') format('woff2');
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
  position: relative;
}

body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -0.4px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
}

html,
body {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

/* global .css */
.container {
  max-width: 1232px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 16px;
  padding-left: 16px;
}

.get-surfshark-button {
  background-color: #16191c;
  color: #ffffff;
  padding: 16px;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.6rem;
  letter-spacing: 0px;
  white-space: nowrap;
}

.get-surfshark-button:active {
  background-color: #423d3d;
}
