@font-face {
    font-family: 'audrey';
    src: url('../fonts/Audrey-Bold.ttf') format('truetype');
    font-weight: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'audrey2';
    src: url('../fonts/Audrey-Medium.ttf') format('truetype');
    font-weight: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'audrey3';
    src: url('../fonts/Audrey-Normal.ttf') format('truetype');
    font-weight: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'audrey4';
    src: url('../fonts/Audrey-BoldOblique.ttf') format('truetype');
    font-weight: normal;
    font-weight: normal;
}
body {
   font-family: 'audrey4', serif;
}