﻿/*==========================================================================
 English font-family : Inter
 Font-weights::after 400(regular), 500(medium),  600(semibold), 700(Bold)
===========================================================================*/

@font-face {
  font-family: 'Inter';
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/Inter/Inter_24pt-Hairline.ttf') format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/Inter/Inter_24pt-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Inter/Inter_24pt-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/Inter/Inter_24pt-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/Inter/Inter_24pt-Semibold.ttf') format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Inter/Inter_24pt-Bold.ttf') format('truetype');
}
