@font-face {
    font-family: 'OPTIHandelGothic';
    font-weight: 900; /* Black */
    font-style: normal;
    src: url('../assets/fonts/Handel_Gothic_D_Bold.otf') format('truetype');
  }

  @font-face {
    font-family: 'OPTIHandelGothic';
    font-weight: 900; /* Black Italic*/
    font-style: italic;
    src: url('../assets/fonts/Handel_Gothic_D_Bold.otf') format('truetype');
  }
  
  @font-face {
    font-family: 'OPTIHandelGothic';
    font-weight: 700; /* Bold */
    font-style: normal;
    src: url('../assets/fonts/Handel_Gothic_D_Bold.otf') format('truetype');
  }

  @font-face {
    font-family: 'OPTIHandelGothic';
    font-weight: 700; /* Bold Italic*/
    font-style: italic;
    src: url('../assets/fonts/Handel_Gothic_D_Bold.otf') format('truetype');
  }
  
  @font-face {
    font-family: 'OPTIHandelGothic';
    font-weight: 500; /* Medium */
    font-style: normal;
    src: url('../assets/fonts/Handel_Gothic_D_Medium.otf') format('truetype');
  }

  @font-face {
    font-family: 'OPTIHandelGothic', sans-serif;
    font-weight: 500; /* Medium */
    font-style: italic;
    src: url('../assets/fonts/Handel_Gothic_D_Medium.otf') format('truetype');
  }
  
  @font-face {
    font-family: 'OPTIHandelGothic';
    font-weight: 400; /* Regular */
    font-style: normal;
    src: url('../assets/fonts/Handel_Gothic_D_Regular.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'OPTIHandelGothic';
    font-weight: 300; /* Light */
    font-style: normal;
    src: url('../assets/fonts/OPTIHandelGothic-Light.otf') format('truetype');
  }
  
  @font-face {
    font-family: 'OPTIHandelGothic';
    font-weight: 100; /* Thin */
    font-style: normal;
    src: url('../assets/fonts/OPTIHandelGothic-Light.otf') format('truetype');
  }
  
  @font-face {
    font-family: 'OPTIHandelGothic';
    font-weight: 400; /* Regular */
    font-style: italic;
    src: url('../assets/fonts/Handel_Gothic_D_Regular.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'OPTIHandelGothic';
    font-weight: 300; /* Light */
    font-style: italic;
    src: url('../assets/fonts/OPTIHandelGothic-Light.otf') format('truetype');
  }
  
  @font-face {
    font-family: 'OPTIHandelGothic';
    font-weight: 100; /* Thin */
    font-style: italic;
    src: url('../assets/fonts/OPTIHandelGothic-Light.otf') format('truetype');
  }

    /* ############ MAIN CONTENT ###################3*/
  
*, *::before, *::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:root {
  --bg-dark-1: #19222D;
  --bg-dark-2: #1F2937;
  --bg-primary-light: #E1E2E3;
  --accent-1: #E20036;
  --accent-1-faded: #e14166;
  --accent-2: #8CE2E7;
  --accent-3: #07a096;

  --text-primary-light: #E1E2E3;
  --text-primary-disabled: #adadad;
  --text-accent: #E20036;
}

html {
  scroll-behavior: smooth;
}

h1 {
  font-size: 1.8rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1.3rem;
}

h5 {
  font-size: 1.15rem;
}

h6 {
  font-size: 1rem;
}

p {
  font-size: 1rem;
  text-align: justify;
  color: var(--bg-dark-2);
}

h1, h2, h3, h4, h5, h6 {
  text-align: center;
  color: var(--bg-dark-2);
}

.divider svg {
  width: 80vw;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: var(--text-primary-light)
}

img {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

body {
  min-height: 100vh;
  width: 100vw;
  background-color: var(--bg-dark-2);
  font-family: 'OPTIHandelGothic', sans-serif;
}


.divider path {
  stroke: var(--text-primary-disabled);
}

.section-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  max-width: 40em;
}

.section-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.section-title-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  width: 80%;
  max-width: 30rem;
}

.section-title {
}

.section-subtitle {
  margin: 0;
  font-size: 1.2rem;
}

.section-desc {
  margin: 0;
  font-size: 1.2rem;
}

.text-light {
  color: var(--text-primary-light)
}

.text-thin {
  font-weight: 400;
}


.buttons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}

.button {
  text-align: center;
  outline: none;
  border: .3rem #ddd solid;
  background-color: transparent;
  color: #ddd;
  border-radius: .3rem;
  font-size: 1.2rem;
  padding: .5rem 1rem;
  transition: background-color ease-in-out .1s;
  -webkit-transition: background-color ease-in-out .1s;
  -moz-transition: background-color ease-in-out .1s;
  -ms-transition: background-color ease-in-out .1s;
  -o-transition: background-color ease-in-out .1s;
  -webkit-border-radius: .3rem;
  -moz-border-radius: .3rem;
  -ms-border-radius: .3rem;
  -o-border-radius: .3rem;
}

.button:hover {
  background-color: var(--text-primary-light);
  color: var(--bg-dark-2);
  cursor: pointer;
}

.image-rounded {
  width: 80%;
  max-width: 50rem;
  border-radius: .5rem;
  border: .15rem #ddd solid;
  box-shadow: 0 0 .5rem .1rem #4444;
  -webkit-border-radius: .5rem;
  -moz-border-radius: .5rem;
  -ms-border-radius: .5rem;
  -o-border-radius: .5rem;
}

@media screen and  (min-width: 1080px) {
  .buttons-container {
    flex-direction: row;
  }
}