@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;1,400;1,600&family=Montserrat:wght@600;700;800&family=Nunito+Sans:wght@300;400;600&display=swap");

html {
  scroll-behavior: smooth;
}

:root {
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

html,
body,
#root {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
}

.om-trust-block {
  margin-top: 14px;
  padding: 12px 16px;
  border-radius: 10px;
  background: rgba(212, 168, 76, 0.06);
  border: 1px solid rgba(212, 168, 76, 0.18);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.om-trust-block p {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(239, 234, 255, 0.75);
  line-height: 1.5;
}
.om-submit {
  margin-top: 14px;
  width: 100%;
}
