/*
╒═════════════════════════════════════════════════════╕
│*************| EVOLUTION SOFTWARE PLC |**************│
├─────────────────────────────────────────────────────┤
│  Author:   Daniel Gessese from E'volutionAI         │
│  E-mail:   daniel.gessese@gmail.com                 │
│  Phone:    +251 911 190202                          │
│  Date:     February 21, 2025 			                  │
│  Address:  Addis Ababa, Ethiopia                    │
╘═════════════════════════════════════════════════════╛
*/

/* 
   Local Font Definitions
   
   Please ensure the corresponding font files are downloaded and placed in this directory:
   - public/assets/fonts/Inter-VariableFont_slnt,wght.ttf
   - public/assets/fonts/Oswald-VariableFont_wght.ttf
   - public/assets/fonts/NotoSansEthiopic-VariableFont_wdth,wght.ttf
   - public/assets/fonts/NotoSerifEthiopic-VariableFont_wdth,wght.ttf
*/

/* Inter (Variable) */
@font-face {
  font-family: 'Inter';
  src: url('./Inter-VariableFont_slnt,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Oswald (Variable) */
@font-face {
  font-family: 'Oswald';
  src: url('./Oswald-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

/* Noto Sans Ethiopic (Variable) */
@font-face {
  font-family: 'Noto Sans Ethiopic';
  src: url('./NotoSansEthiopic-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Specific Variant: Condensed Light */
@font-face {
  font-family: 'Noto Sans Ethiopic Condensed Light';
  src: url('./NotoSansEthiopic-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 300;
  font-stretch: 75%;
  font-style: normal;
  font-display: swap;
}

/* Specific Variant: ExtraBold */
@font-face {
  font-family: 'Noto Sans Ethiopic ExtraBold';
  src: url('./NotoSansEthiopic-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Noto Serif Ethiopic (Variable) */
@font-face {
  font-family: 'Noto Serif Ethiopic';
  src: url('./NotoSerifEthiopic-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}