/*
@font-face {
  font-family: "Fancy";
  src: url("/fonts/Raleway-Italic.ttf");
  font-style: italic;
}
@font-face {
  font-family: "Fancy";
  src: url("/fonts/Raleway-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Fancy";
  src: url("/fonts/Raleway-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Fancy";
  src: url("/fonts/Raleway-Regular.ttf");
  font-style: normal;
  font-weight: normal;
}
*/
body {
  /*font-family: "Fancy";*/
}

h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.25rem;
}
h4 {
  font-size: 1rem;
}
/*
.shadow-primary {
  box-shadow: 0 0 40px rgba(var(--bs-primary-rgb),0.5 );
}
*/

.location_select_map {
  width:100%;
  height:340px;
}
