@font-face {
  font-family: 'DubaiFont'; font-style: normal; font-weight: 300;
  src: url(/fonts/DubaiW23-Light.ttf) format('truetype'),
       url(/fonts/DubaiW23-Light.eot) format('opentype'),
       url(/fonts/DubaiW23-Light.woff) format('woff'),
       url(/fonts/DubaiW23-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'DubaiFont'; font-style: normal; font-weight: 400;
  src: url(/fonts/DubaiW23-Regular.ttf) format('truetype'),
       url(/fonts/DubaiW23-Regular.eot) format('opentype'),
       url(/fonts/DubaiW23-Regular.woff) format('woff'),
       url(/fonts/DubaiW23-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'DubaiFont'; font-style: normal; font-weight: 500;
  src: url(/fonts/DubaiW23-Medium.ttf) format('truetype'),
       url(/fonts/DubaiW23-Medium.eot) format('opentype'),
       url(/fonts/DubaiW23-Medium.woff) format('woff'),
       url(/fonts/DubaiW23-Medium.woff2) format('woff2');
}
@font-face {
  font-family: 'DubaiFont'; font-style: normal; font-weight: 700;
  src: url(/fonts/DubaiW23-Bold.ttf) format('truetype'),
       url(/fonts/DubaiW23-Bold.eot) format('opentype'),
       url(/fonts/DubaiW23-Bold.woff) format('woff'),
       url(/fonts/DubaiW23-Bold.woff2) format('woff2');
}

:root {
  --font: 'DubaiFont', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  --DubaiPolicePrimaryGreen: #038553;
  --DubaiPoliceSecondaryGreen: #92DBC0;
  --bulma-black: #038553;
  --bulma-black-l: #038553;
}

body {
  font-family: var(--font);
  font-size: 0.8em;
  color: var(--DubaiPolicePrimaryGreen);
}

.ph {
  font-size: 1.6em;
}

.breadcrumb li.is-active a {
  color: var(--DubaiPolicePrimaryGreen);
}

.breadcrumb a {
  color: var(--DubaiPolicePrimaryGreen);
}

.breadcrumb a:hover {
  color: var(--DubaiPolicePrimaryGreen);
}

.breadcrumb {
  color: var(--DubaiPolicePrimaryGreen);
}

a {
  color: var(--DubaiPolicePrimaryGreen);
}

.button {
  border-radius: 25px;
  background-color: var(--DubaiPolicePrimaryGreen);
  color: #fff;
}

.input {
  color: var(--DubaiPolicePrimaryGreen);
  border-color: var(--DubaiPoliceSecondaryGreen);
}

.input:focus {
  border-color: var(--DubaiPolicePrimaryGreen);
}

textarea {
  color: var(--DubaiPolicePrimaryGreen);
  padding: 10px;
  border: 1px solid #038553;
}

.pagination-link.is-current {
  background-color: var(--DubaiPolicePrimaryGreen);
  border-width: 0px;
}