@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo/Archivo-Light.ttf') format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo/Archivo-Thin.ttf') format('truetype');
  font-weight: 100;
}

@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo/Archivo-Medium.ttf') format('truetype');
  font-weight: 500;
}

@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo/Archivo-ExtraLight.ttf') format('truetype');
  font-weight: 200;
}

h1, h2, h4, h5, h6, p {
    margin-top: 15px;
    margin-bottom: 15px;
}

h1 {
    font-family: "Archivo";
    font-weight: 500;
    font-size: 45px;
}

h2 {
  font-family: "Archivo";
  font-weight: 200;
  font-size: 40px;
}

h3 {
  font-family: "Archivo";
  font-weight: 500;
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 15px;
}

p {
    margin: 0;
    font-size: 16px;
    font-family: "Archivo";
    font-weight: 200;
}

.line {
  color: #38E1FF;
  font-weight: bold;
}

@media (max-width: 480px) {
  h3 {
  font-size: 20px;
}
}