/*
  Branded themes should import their own fonts, weight used are 300, 400 & 600
*/

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600)

.page-header {
  font-family:sans-serif
    color: black;
  /* $page-header-text-color */
  background: white;
  /* $page-header-background-color */
}

body {
  font-family:'Source Sans Pro', sans-serif;
    color: #000000;    
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 93.75%;
    line-height: 1.5333;
}

a {
  color: #EF631A;
  /* $link-color */
}

button,
input[type="submit"],
input[type="reset"],
.btn {
  color: #FFFFFF;
  /* $button-text-color */
  background: #000000;
  /* $button-background-color */
  border: 1px solid transparent;
  /* $button-border-color */
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
}

.btn-secondary {
  color: #FFFFFF;
  /* button-secondary-text-color */
  background: #EF631A;
  /* $button-secondary-background-color */
   /* $button-secondary-border-color */
}

.btn-link {
  color: #EF631A;
  /* $link-color */
}