
@font-face {
  font-family: 'Brown';
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/brown/Brown-Bold.otf) format('opentype')
}


@font-face {
  font-family: 'Brown';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/brown/Brown-Bold.otf) format('opentype')
}


@font-face {
  font-family: 'Brown';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/brown/Brown-Regular.otf) format('opentype')
}

@font-face {
  font-family: 'Brown';
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/brown/Brown-Light.otf) format('opentype')
}


@font-face {
  font-family: 'Brown';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/brown/Brown-Thin.otf) format('opentype')
}


html,body
{
	font-family: "Brown";
  font-weight: 200;
}

.file-item
{
	border-bottom : 1px solid #444444;
}

.file-item:last-child
{
	border-bottom: none;
}


.dropzone {
    min-height: 250px;
    border: 3px solid rgba(100 , 100, 100, .8);
    border-radius: 15px;
    padding: 20px 20px;
  }

.toast
{
  opacity: 0.85;
}