/* Font stack and typography from depression-perinatal custom.css */
* {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Liberation Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, serif !important;
}

body {
  overscroll-behavior-x: none !important;
}

/* Navbar brand keeps Lexend Tera */
.navbar-brand {
  font-family: "Lexend Tera", system-ui, sans-serif !important;
}

/* Ensure FontAwesome icons use their own font-family */
.fa, .fa:before, [class^="fa-"], [class*=" fa-"] {
  font-family: "Font Awesome 6 Free" !important;
}

/* Ensure Bootstrap icons use their own font-family */
.bi, [class^="bi-"], [class*=" bi-"] {
  font-family: "bootstrap-icons" !important;
}

:root {
  --bs-info: rgba(94, 186, 189, 1);
  --bs-primary: #0372b7;
  --bs-dark2: #313f45;
  --bs-secondary: #6c757d;
}

h1 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Liberation Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, serif !important;
  font-size: 30px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600 !important;
  line-height: 10px;
  color: var(--bs-info) !important;
  -webkit-font-smoothing: subpixel-antialiased;
}

h2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Liberation Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, serif !important;
  font-size: 28px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600 !important;
  line-height: 40px;
  color: #0074b7;
  -webkit-font-smoothing: subpixel-antialiased;
}

h3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Liberation Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, serif !important;
  font-size: 30px;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  line-height: 40px;
  -webkit-font-smoothing: subpixel-antialiased;
}

h4 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Liberation Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, serif !important;
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 30px;
  -webkit-font-smoothing: subpixel-antialiased;
}

p {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Liberation Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, serif !important;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 20px;
  -webkit-font-smoothing: subpixel-antialiased;
}

blockquote {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Liberation Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, serif !important;
  font-size: 21px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 30px;
  -webkit-font-smoothing: subpixel-antialiased;
}

pre {
  font-family: Monaco, "Courier New", Courier, "Lucida Console", monospace !important;
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 18.5714px;
  -webkit-font-smoothing: subpixel-antialiased;
}

code {
  padding: 0 0.25em;
  white-space: pre;
  font-family: Monaco, "Courier New", Courier, "Lucida Console", monospace !important;
  color: #5065fc;
  background-color: #f8f8f8;
}

pre code {
  font-family: Monaco, "Courier New", Courier, "Lucida Console", monospace !important;
}

a {
  color: #0074b7;
}

a:hover {
  color: grey;
}
