@font-face {
  font-family: Rubik;
  src: url(fonts/Rubik-Light.ttf);
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: Rubik;
  src: url(fonts/Rubik-Regular.ttf);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Rubik;
  src: url(fonts/Rubik-Medium.ttf);
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: Rubik;
  src: url(fonts/Rubik-SemiBold.ttf);
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: Rubik;
  src: url(fonts/Rubik-Bold.ttf);
  font-weight: 700;
  font-display: swap;
}

body,
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Rubik;
  font-weight: 400;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

strong {
  font-weight: 500;
}

section {
  position: relative;
  overflow: hidden;
}
