@charset "utf-8";
/*!
 *  bMaster
 *  Fonts Aptos
 *  ============
 *  fonts.css
*/

/* Aptos Light */
@font-face {
  font-family: 'Aptos';
  src: url('../fonts/aptos/Aptos-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

/* Aptos Light Italic */
@font-face {
  font-family: 'Aptos';
  src: url('../fonts/aptos/Aptos-Light-Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

/* Aptos Regular */
@font-face {
  font-family: 'Aptos';
  src: url('../fonts/aptos/Aptos.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Aptos Italic */
@font-face {
  font-family: 'Aptos';
  src: url('../fonts/aptos/Aptos-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

/* Aptos SemiBold */
@font-face {
  font-family: 'Aptos';
  src: url('../fonts/aptos/Aptos-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

/* Aptos SemiBold Italic */
@font-face {
  font-family: 'Aptos';
  src: url('../fonts/aptos/Aptos-SemiBold-Italic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

/* Aptos Bold */
@font-face {
  font-family: 'Aptos';
  src: url('../fonts/aptos/Aptos-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* Aptos Bold Italic */
@font-face {
  font-family: 'Aptos';
  src: url('../fonts/aptos/Aptos-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

/* Aptos ExtraBold */
@font-face {
  font-family: 'Aptos';
  src: url('../fonts/aptos/Aptos-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

/* Aptos ExtraBold Italic */
@font-face {
  font-family: 'Aptos';
  src: url('../fonts/aptos/Aptos-ExtraBold-Italic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

/* Aptos Black */
@font-face {
  font-family: 'Aptos';
  src: url('../fonts/aptos/Aptos-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

/* Aptos Black Italic */
@font-face {
  font-family: 'Aptos';
  src: url('../fonts/aptos/Aptos-Black-Italic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}