@import url(https://fonts.googleapis.com/css?family=Roboto);

:root {
  --primary: #0071E3;
  --primary-light: #D1E6FC;
}

@font-face {
  font-family: 'PTSerif';
  src: url('fonts/PTSerif-BoldItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'PTSerif';
  src: url('fonts/PTSerif-Bold.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'PTSerif';
  src: url('fonts/PTSerif-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'PTSerif';
  src: url('fonts/PTSerif-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}



html,
body {
  font-family: 'PTSerif', sans-serif;
  width: 100%;
  min-height: 100vh;
  padding: 0;
  margin: 0;
}

.main {
  height: 100vh;
}

h1 {
  font-family: 'PTSerif';
  font-size: 2.7rem;
  color: black;
  font-weight: bold;
  line-height: 4rem;
  margin: unset;
}

h2 {
  font-family: 'PTSerif';
  font-size: 2rem;
  color: black;
  font-weight: bold;
  line-height: 3rem;
  margin: unset;
}

h3 {
  font-family: 'PTSerif';
  font-size: 1.5rem;
  color: black;
  font-weight: bold;
  line-height: 3rem;
  margin: unset;
}

h4 {
  font-family: 'PTSerif';
  margin: unset;
}

h5 {
  font-family: 'PTSerif';
  font-size: 0.9rem;
  font-weight: 400;
  margin: unset;
  color: var(--primary);
}

h6 {
  font-family: 'PTSerif';
  font-size: 1.2rem;
  line-height: 1.7rem;
  margin: unset;
  color: #191817;
}

p {
  font-family: 'PTSerif';
  margin: unset;
}

textarea,
input {
  font-family: 'PTSerif';
  margin: unset;
  line-height: 1.5;
}