@font-face {
  font-family: Pfdin-R;
  src: url("/fonts/pfdintextcondpro-regular.ttf");
}
@font-face {
  font-family: Pfdin-B;
  src: url("/fonts/PFDinTextCondPro-Bold.otf");
}
@font-face {
  font-family: Roboto-R;
  src: url("/fonts/roboto-regular.ttf");
}
html, body, p {
  font-family: Roboto-R;
  font-size: 14px;
  font-weight: 500;
}

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

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: Pfdin-R;
  overflow-x: hidden;
  margin-bottom: 4px !important;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
hr:not([size]) {
  height: 2px !important;
  background: #069fdb;
  opacity: 1;
}

a {
  text-decoration: none !important;
}

p {
  font-size: 19px;
  font-family: Pfdin-R;
}
p.gray-text {
  color: #525b68;
}
ul:not([class]) {
  padding-left: 0 !important;
}
ul:not([class]) li {
  list-style: none;
  position: relative;
  padding-left: 25px;
}
ul:not([class]) li:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  left: 0;
  top: 7px;
  border: 3px solid #069fdb;
  margin-right: 5px;
}

h1.page_title {
  font-family: Pfdin-R;
  font-size: 45px;
  margin: 45px 0;
  color: #069fdb;
}

/*# sourceMappingURL=styles.css.map */
