@font-face {
    font-family: AlbertSans;
    src: url(../font/AlbertSans-Regular.otf) format("opentype");
    font-weight: normal;
}

@font-face {
    font-family: AlbertSans-ExtraBold;
    src: url(../font/AlbertSans-ExtraBold.otf) format("opentype");
    font-weight: bold;
}

.AlbertSans-Regular{
 font-family: AlbertSans;
 font-weight: normal;
}

.AlbertSans-ExtraBold{
 font-family: AlbertSans-ExtraBold;
 font-weight: bold;
}


