:root {
  --primary-backround-color: #101014;
  --primary-text-color: #f5f5f7;

  --backdrop-filter-blur: blur(7px);
}

@font-face {
  font-family: "OpenRunde";
  src:
    url("/assets/fonts/OpenRunde-Regular.woff2") format("woff2"),
    url("/assets/fonts/OpenRunde-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "OpenRunde";
  src:
    url("/assets/fonts/OpenRunde-Medium.woff2") format("woff2"),
    url("/assets/fonts/OpenRunde-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "OpenRunde";
  src:
    url("/assets/fonts/OpenRunde-Semibold.woff2") format("woff2"),
    url("/assets/fonts/OpenRunde-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "OpenRunde";
  src:
    url("/assets/fonts/OpenRunde-Bold.woff2") format("woff2"),
    url("/assets/fonts/OpenRunde-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p,
input,
button,
textarea,
select,
label,
a {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input,
button,
textarea,
select {
  font-family: inherit;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

body {
  height: auto;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--primary-backround-color);
  padding-top: 0;
  font-family: "OpenRunde", sans-serif;
}

main {
  max-width: 1024px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin-top: 176px;
  padding: 0 30px;
  box-sizing: border-box;
}

.secHeader {
  font-size: 32px;
  font-weight: 600;
  color: var(--primary-text-color);
  margin-bottom: 40px;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  overflow-wrap: break-word;
}

.secHeaderSmall {
  font-size: 22px;
  font-weight: 600;
  color: var(--primary-text-color);
  margin: 45px 0 25px 0;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  overflow-wrap: break-word;
}

.secText {
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-text-color);
  margin-bottom: 10px;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  overflow-wrap: break-word;
}

.secTextTel {
  color: var(--primary-text-color);
  text-decoration: none;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  overflow-wrap: break-word;
}

.secLink {
  color: var(--primary-text-color);
  text-decoration: underline;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  overflow-wrap: break-word;
}
