*,
*::before,
*::after {
  box-sizing: border-box;
}

h2 {
  font-size: 4.209rem;
}

h3 {
  font-size: 3.157rem;
}

h4 {
  font-size: 2.369rem;
}

h5 {
  font-size: 1.777rem;
}

h6 {
  font-size: 1.333rem;
}

/* Variables */
:root {
  --primary-color: #085f85;
  --body-text-color: #555;
  --background-text-color: #fff;
  --font-family: 'Roboto';
  --text-font-family: 'Roboto';
}

:root {
  font-family: 'Roboto';
  font-weight: 400;
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0;
  }
}

ul {
  list-style-type: none;
  margin: 0;
  padding-inline-start: 0;
  margin-block: 0;
  margin-inline: 0;
}

a,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 1800px) {
  /* Large Screens */
}
@media (max-width: 1200px) {
  /* Small Desktops */
}
@media (max-width: 900px) {
  /* Tablets */
  h2 {
    font-size: 3.052rem;
  }
}
@media (max-width: 600px) {
  /* Large Phones */
  h2 {
    font-size: 2.369rem;
  }
}
/* Media Breakpoints */
@media (max-width: 480px) {
  /* Small Phones */
}

/* Font Faces */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Roboto';
  font-weight: 400;
  margin: 0;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
