/* Font Awesome */
@import url("https://use.fontawesome.com/releases/v5.7.2/css/all.css");

/* Roboto Regular  */
@font-face {
  font-family: 'Roboto';
  src: url('../assets/font/Roboto/Roboto Regular V1.woff') format('woff'),
       url('../assets/font/Roboto/Roboto Regular V1.woff2') format('woff2');
  font-weight: 400; /* Normal */
  font-display: swap;
}

/* Roboto Medium */
@font-face {
  font-family: 'Roboto';
  src: url('../assets/font/Roboto/Roboto Medium V1.woff') format('woff'),
       url('../assets/font/Roboto/Roboto Medium V1.woff2') format('woff2');
  font-weight: 500; /* Medium */
  font-display: swap;
}

/* Avenir Next LT Pro Regular */
@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url('../assets/font/Avenir Next LT Pro/Avenir Next LT Pro.woff') format('woff'),
       url('../assets/font/Avenir Next LT Pro/Avenir Next LT Pro.woff2') format('woff2');
  font-weight: 400; /* Regular */
  font-display: swap;
}

/* Avenir Next LT Pro Demi (Semi Bold)*/
@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url('../assets/font/Avenir Next LT Pro/Avenir Next LT Pro Demi.woff') format('woff'),
       url('../assets/font/Avenir Next LT Pro/Avenir Next LT Pro Demi.woff2') format('woff2');
  font-weight: 600; /* Demi / Semi*/
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Next LT Pro Demi';
  src: url('../assets/font/Avenir Next LT Pro/Avenir Next LT Pro Demi.woff') format('woff'),
  url('../assets/font/Avenir Next LT Pro/Avenir Next LT Pro Demi.woff2') format('woff2');
  font-display: swap;
}
