
@font-face {
  font-family: Manrope;
  src: url("https://storage.googleapis.com/wright-django/font/Manrope-VariableFont_wght.woff2") format('woff2'),
       url("https://storage.googleapis.com/wright-django/font/Manrope-VariableFont_wght.ttf") format('truetype');
  font-display: swap;
  font-weight: 100 900;
  font-stretch: normal;
}

@font-face {
  font-family: PPMori-Regular;
  src: url("https://storage.googleapis.com/wright-django/font/PPMori-Regular.woff2") format('woff2'),
       url("https://storage.googleapis.com/wright-django/font/PPMori-Regular.otf") format('opentype');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: PPMori-semiBold;
  src: url("https://storage.googleapis.com/wright-django/font/PPMori-SemiBold.woff2") format('woff2'),
       url("https://storage.googleapis.com/wright-django/font/PPMori-SemiBold.otf") format('opentype');
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}

/* Apply Manrope font globally to all text elements */
html {
  font-family: Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body {
  font-family: Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Apply to all common text elements */
p, a, span, div, li, td, th, label, input, textarea, select, button, small, strong, em {
  font-family: Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Apply to all headings */
h1, h2, h3, h4, h5, h6 {
  font-family: Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
