/**
 * @license
 *
 * Font Family: Neptune
 * Designed by: 
 * URL: https://www.indiantypefoundry.com/fonts/neptune
 *
 * Font Styles:
 *  Neptune Regular
 *  Neptune Medium
 *  Neptune Bold
 *  Neptune Extrabold
 *
 * © 2021 Indian Type Foundry
*/

@font-face {
  font-family: 'Neptune Regular';
  src: url('fonts/Neptune-Regular.woff') format('woff'), url('fonts/Neptune-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Neptune Medium';
  src: url('fonts/Neptune-Medium.woff') format('woff'), url('fonts/Neptune-Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Neptune Bold';
  src: url('fonts/Neptune-Bold.woff') format('woff'), url('fonts/Neptune-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Neptune Extrabold';
  src: url('fonts/Neptune-ExtraBold.woff') format('woff'), url('fonts/Neptune-ExtraBold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


/* *
* Font Styles:
*  Tabular Regular
*  Tabular Bold
* */


@font-face {
  font-family: 'Tabular Regular';
  src: url('fonts/Tabular-Regular.woff') format('woff'), url('fonts/Tabular-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Tabular Bold';
  src: url('fonts/Tabular-Bold.woff') format('woff'), url('fonts/Tabular-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

