  body {
    font-family: "Bookman Old Style", serif;
    line-height: 1.6;
    margin: 0px;
  }

  p {
    font-size: 18px;
    color: #222;
  }

  /* Özel vurgu stili */
  .vurgulu {
    color: #000000;       /* siyah */
    font-weight: 600;    /* normal */
    font-family: 'Harrington', cursive;
    font-size: 18px;

  }

/* Harrington fontunu yerelden yükleme */
@font-face {
  font-family: 'Harrington';
  src: url('fonts/HARNGTON.TTF') format('truetype');
           
  }

@font-face {
  font-family: 'Lucida Calligraphy';
  src: url('fonts/LCALLIG.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Bunlar yorum satırıdır. Sayfayı etkilemez. */

/* Seçtiğim Fontlar*/
/*Harrington*/
/*Old English Text MT*/
/*Lucida Calligraphy*/
/*Sitka Subheading*/
/*Tangerine */
/*Matura MT Script Capitals*/
/*Monotype kaufi*/

/* Font kalınlıkları*/
/*font-weight: 100;  çok ince */
/*font-weight: 300;  yarı ince */
/*font-weight: 400;  normal */
/*font-weight: 500;  yarı kalın */
/*font-weight: 600;  kalınca */
/*font-weight: 700;  bold */
/*font-weight: 900;  çok kalın*/
