/* chathura-100normal - latin */
@font-face {
  font-family: 'Chathura';
  font-style: normal;
  font-display: swap;
  font-weight: 100;
  src:
    local('Chathura Thin '),
    local('Chathura-Thin'),
    url('./files/chathura-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
    url('./files/chathura-latin-100.woff') format('woff'); /* Modern Browsers */
}

/* chathura-300normal - latin */
@font-face {
  font-family: 'Chathura';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src:
    local('Chathura Light '),
    local('Chathura-Light'),
    url('./files/chathura-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('./files/chathura-latin-300.woff') format('woff'); /* Modern Browsers */
}

/* chathura-400normal - latin */
@font-face {
  font-family: 'Chathura';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src:
    local('Chathura Regular '),
    local('Chathura-Regular'),
    url('./files/chathura-latin-400.woff2') format('woff2'), /* Super Modern Browsers */
    url('./files/chathura-latin-400.woff') format('woff'); /* Modern Browsers */
}

/* chathura-700normal - latin */
@font-face {
  font-family: 'Chathura';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src:
    local('Chathura Bold '),
    local('Chathura-Bold'),
    url('./files/chathura-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('./files/chathura-latin-700.woff') format('woff'); /* Modern Browsers */
}

/* chathura-800normal - latin */
@font-face {
  font-family: 'Chathura';
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src:
    local('Chathura ExtraBold '),
    local('Chathura-ExtraBold'),
    url('./files/chathura-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
    url('./files/chathura-latin-800.woff') format('woff'); /* Modern Browsers */
}

