/*
Kedebideri-webfont-example.css
This file is part of Kedebideri font family (https://software.sil.org/kedebideri).
Copyright (c) 2007-2025, SIL Global (https://www.sil.org/),
with Reserved Font Names "Kedebideri" and "SIL".

Latin glyph design Copyright (c) 2010-2024 Adobe (http://www.adobe.com/),
with Reserved Font Name "Source" (Latin glyphs).

This Font Software is licensed
under the SIL Open Font License, Version 1.1. You should have received a copy
of the license along with this Font Software. If this is not the case, go to
(https://openfontlicense.org/) for all the details including a FAQ.
*/

/* use Kedebideri - Regular in .woff format */
@font-face {
  font-family: KedebideriR;
  src: url(Kedebideri-Regular.woff2);
}
@font-face {
  font-family: KedebideriM;
  src: url(Kedebideri-Medium.woff2);
}
@font-face {
  font-family: KedebideriSB;
  src: url(Kedebideri-SemiBold.woff2);
}
@font-face {
  font-family: KedebideriB;
  src: url(Kedebideri-Bold.woff2);
}
@font-face {
  font-family: KedebideriEB;
  src: url(Kedebideri-ExtraBold.woff2);
}

@font-face {
  font-family: KedebideriBlk;
  src: url(Kedebideri-Black.woff2);
}
/* set body to use Kedebideri in .ttf format */
body {
  font-family: KedebideriR, serif;
    /* fall back to serif so that it's really obvious if the fonts don't load */
}

/* remove bold styling from heading */
h1 {
  font-weight: normal;
}
h2 {
  font-weight: bold;font-size:30px; 
}

h3 {
  font-family: "Times New Roman"; font-size:20px; 
}

.Reg {
  font-family: KedebideriR;
  font-size: 100%; 
}
.Med {
  font-family: KedebideriM;
  font-size: 100%; 
}
.SB {
  font-family: KedebideriSB;
  font-size: 100%; 
}
.Bld {
  font-family: KedebideriB;
  font-size: 100%; 
}
.ExBd {
  font-family: KedebideriEB;
  font-size: 100%; 
}
.Blk {
  font-family: KedebideriBlk;
  font-size: 100%; 
}
