/******** Elnath ********/

/******** Elnath Regular *******
@font-face {
  font-family: 'Elnath';
  font-style: normal;
  font-weight: 400;
  src: url(./elnath/src/elnath-regular.woff2) format('woff2');
}*/

/******** Poppins ********/

/* 100 - Thin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(./poppins/src/ttf/Poppins-Thin.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(./poppins/src/ttf/Poppins-ThinItalic.ttf) format('truetype');
}

/* 200 - Extra Light */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(./poppins/src/ttf/Poppins-ExtraLight.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(./poppins/src/ttf/Poppins-ExtraLightItalic.ttf) format('truetype');
}

/* 300 - Light */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(./poppins/src/ttf/Poppins-Light.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(./poppins/src/ttf/Poppins-LightItalic.ttf) format('truetype');
}

/* 400 - Regular */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./poppins/src/ttf/Poppins-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(./poppins/src/ttf/Poppins-Italic.ttf) format('truetype');
}

/* 500 - Medium */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(./poppins/src/ttf/Poppins-Medium.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(./poppins/src/ttf/Poppins-MediumItalic.ttf) format('truetype');
}

/* 600 - Semi Bold */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(./poppins/src/ttf/Poppins-SemiBold.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(./poppins/src/ttf/Poppins-SemiBoldItalic.ttf) format('truetype');
}

/* 700 - Bold */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(./poppins/src/ttf/Poppins-Bold.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(./poppins/src/ttf/Poppins-BoldItalic.ttf) format('truetype');
}

/* 800 - Extra Bold */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(./poppins/src/ttf/Poppins-ExtraBold.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(./poppins/src/ttf/Poppins-ExtraBoldItalic.ttf) format('truetype');
}

/* 900 - Black */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(./poppins/src/ttf/Poppins-Black.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(./poppins/src/ttf/Poppins-BlackItalic.ttf) format('truetype');
}

/******** Canterbury ********/

/******** Canterbury Regular *******
@font-face {
  font-family: 'Canterbury';
  font-style: normal;
  font-weight: 400;
  src: url(./canterbury/src/canterbury-regular.woff2) format('woff2');
}*/