p, h1, h2, h3 {
  font-family: 'century_gothicregular' !important;
}
.ui {
  font-family: 'century_gothicregular' !important;
}
.ui.modal > .header {
  color: white !important;
  background-color: #4084CA; !important;
  border-radius: 0px !important;
}
button {
  border-radius:0px !important;
}
input {
  border-radius:0px !important;
}
textarea {
  border-radius: 0px !important;
}
.ui.button {
  border-radius: 0px !important;
}
.ui.dropdown {
  border-radius: 0px !important;
}
strong, b {
  font-weight: 700;
}

:root {
  --black:#2C304B;
  --white:#FFF;
  --light-purple:#585C7C;
  --dark-purple:#2C304B;
  --orange:#F49B3A;
  --grey:#EFEFEF;
  --light-grey:#FAFAFA;
  --content:"century_gothicregular",sans-serif;
  --header:"century_gothicbold",sans-serif
}

@font-face{font-family:'century_gothicregular';src:url(../fonts/centurygothic_-_century_gothic_-_regular-webfont.woff2) format("woff2"),url(../fonts/centurygothic_-_century_gothic_-_regular-webfont.woff) format("woff");font-weight:400;font-style:normal}
@font-face{font-family:'century_gothicbold';src:url(../fonts/centurygothic-bold_-_century_gothic_-_bold-webfont.woff2) format("woff2"),url(../fonts/centurygothic-bold_-_century_gothic_-_bold-webfont.woff) format("woff");font-weight:700;font-style:normal}
