/**
 * Name: fonts.js
 * Description: CSS file for fonts import.
 * Created by: Danjela
 * Last edited by: Andjelka Popovic on 2025-12-22
 */

@font-face {
  font-family: "Hind";
  src:
    url("Hind-Regular.woff2") format("woff2"),
    url("Hind-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

/* Hind semi bold */

@font-face {
  font-family: "Hind";
  src:
    url("Hind-SemiBold.woff2") format("woff2"),
    url("Hind-SemiBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

/* Ruluko regular */

@font-face {
  font-family: "Ruluko";
  src:
    url("Ruluko.woff") format("woff"),
    url("Ruluko-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}