@charset "UTF-8";

@font-face {
  font-family: "SourceCodePro";
  src: url("../assets/fonts/SourceCodePro-Medium.ttf");
  font-display: swap;
}

@font-face {
  font-family: "InterLight";
  src: url("../assets/fonts/Inter-Light.ttf");
  font-weight: 300;
  font-display: swap;
}

* {
  font-family: "InterLight" !important;
}

nav {
  background-color: #fefefe;
}

body {
  padding-top: 56px;
  background-color: #fefefe;
  overflow-x: hidden;
}

.headline-font {
  font-family: "SourceCodePro" !important;
}

@media all and (max-device-width: 640px) {
  .headline-font {
    font-size: 1rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SourceCodePro" !important;
  color: #181a1c;
  font-weight: 500;
}

h1 {
  font-size: 2.8rem;
}

p {
  color: #212529;
  font-size: 1.2rem;
}

header {
  height: 100vh;
}

section {
  padding: 3.5rem 0 6rem 0;
  min-height: 75vh;
}

hr {
  border: 1px solid #54b5cc;
  margin: auto;
  width: 30%;
  opacity: 1 !important;
}

.no-decoration {
  text-decoration: none;
  color: #212529;
}

.text-blocked {
  text-align: justify;
  text-align-last: none;
}

.contact-card:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  border-radius: 10px;
}
