﻿@font-face {
      font-family: "Luanda";

      src: url(shrift.ttf);
}

}

@font-face {
      font-family: "Myriad Set Pro";
      font-style: normal;
      font-weight: 200;
      src: url("myriad-set-pro_thin.eot") format("eot"), url("myriad-set-pro_thin.woff") format("woff"),
            url("myriad-set-pro_thin.ttf") format("truetype");
}

@font-face {
      font-family: "Myriad Set Pro";
      font-style: normal;
      font-weight: 200;
      src: url(myriad-set-pro_thin-1.eot), url(myriad-set-pro_thin.woff), url(myriad-set-pro_thin.ttf);
} 


body {
    margin: 0;

    font-size: 16px;
    color: #000;
    font-family: "Myriad Set Pro", sans-serif;
    background-color: #fff;

    position: relative;
}


.text {
      font-family: "Luanda";
      color: #7f7f7f;
      font-size: 12px/18px;
}

.disco-text {
      font-family: "Luanda";

      text-align: right;

      margin-right: 26px;

      font-weight: 400;

      color: #555;

      font-size: 13px;
}

