img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
}

.react-html5-camera-photo>video{
    width:100% !important;
    height: 100% !important;
}
@font-face {
    font-family: 'Kaushan';
    src: local('Kaushan'), url(../fonts/KaushanScript-Regular.ttf);
}
@font-face {
    font-family: 'MrsSaintDelafield';
    src: local('MrsSaintDelafield'), url(../fonts/MrsSaintDelafield-Regular.ttf);
}

@font-face {
    font-family: 'CourierPrime';
    src: local('CourierPrime'), url(../fonts/CourierPrime-Regular.ttf);
}

@font-face {
  font-family: 'Courier';
  src: local('Courier'), url(../fonts/Courier.ttf);
}

@font-face {
  font-family: 'Helvetica';
  src: local('Helvetica'), url(../fonts/Helvetica.ttf);
}

@font-face {
    font-family: 'NothingYouCouldDo';
    src: local('NothingYouCouldDo'), url(../fonts/NothingYouCouldDo-Regular.ttf);
}

@font-face {
    font-family: 'Catamaran';
    src: local('Catamaran'), url(../fonts/Catamaran-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Catamaran';
    font-weight: 100;
    src: local('Catamaran'), url(../fonts/Catamaran-Thin.ttf) format('truetype');
}
@font-face {
    font-family: 'Catamaran';
    font-weight: 200;
    src: local('Catamaran'), url(../fonts/Catamaran-ExtraLight.ttf) format('truetype');
}
@font-face {
    font-family: 'Catamaran';
    font-weight: 300;
    src: local('Catamaran'), url(../fonts/Catamaran-Light.ttf) format('truetype');
}
@font-face {
    font-family: 'Catamaran';
    font-weight: 400;
    src: local('Catamaran'), url(../fonts/Catamaran-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Catamaran';
    font-weight: 500;
    src: local('Catamaran'), url(../fonts/Catamaran-Medium.ttf) format('truetype');
}

@font-face {
    font-family: 'CatamaranSemiBold';
    font-weight: 600;
    src: local('Catamaran'), url(../fonts/Catamaran-SemiBold.ttf) format('truetype');
}
@font-face {
    font-family: 'Catamaran';
    font-weight: 700;
    src: local('Catamaran'), url(../fonts/Catamaran-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'Catamaran';
    font-weight: 800;
    src: local('Catamaran'), url(../fonts/Catamaran-ExtraBold.ttf) format('truetype');
}
@font-face {
    font-family: 'Catamaran';
    font-weight: 900;
    src: local('Catamaran'), url(../fonts/Catamaran-Black.ttf) format('truetype');
}

@font-face {
  font-family: 'Fraunces';
  font-weight: 600;
  src: local('Fraunces'), url(../fonts/Fraunces-SemiBold.ttf) format('truetype');
}
/*
  @font-face {
    font-family: 'Inter';
    font-weight: 100;
    src: local('Inter'), url(../fonts/Inter-Thin.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Inter';
    font-weight: 200;
    src: local('Inter'), url(../fonts/Inter-ExtraLight.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Inter';
    font-weight: 300;
    src: local('Inter'), url(../fonts/Inter-Light.ttf) format('truetype'); 
  }
  @font-face {
    font-family: 'Inter';
    font-weight: 400;
    src: local('Inter'), url(../fonts/Inter-Regular.ttf) format('truetype'); 
  }
  @font-face {
    font-family: 'Inter';
    font-weight: 500;
    src: local('Inter'), url(../fonts/Inter-Medium.ttf) format('truetype'); 
  }
  @font-face {
    font-family: 'Inter';
    font-weight: 600;
    src: local('Inter'), url(../fonts/Inter-SemiBold.ttf) format('truetype'); 
  }
  @font-face {
    font-family: 'Inter';
    font-weight: 700;
    src: local('Inter'), url(../fonts/Inter-Bold.ttf) format('truetype'); 
  }
  @font-face {
    font-family: 'Inter';
    font-weight: 800;
    src: local('Inter'), url(../fonts/Inter-ExtraBold.ttf) format('truetype'); 
  }
  @font-face {
    font-family: 'Inter';
    font-weight: 900;
    src: local('Inter'), url(../fonts/Inter-Black.ttf) format('truetype'); 
  }
*/


/* inter-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/inter/inter-v18-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/inter/inter-v18-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/inter/inter-v18-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter/inter-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/inter/inter-v18-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/inter/inter-v18-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/inter/inter-v18-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/inter/inter-v18-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/inter/inter-v18-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}