@font-face {
    font-family: 'Audrey-Bold';
    src: url('Audrey-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Audrey-Medium';
    src: url('Audrey-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Audrey-Normal';
    src: url('Audrey-Normal.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.audrey-normal > *, h1 {
    font-family: 'Audrey-Normal', sans-serif;
	text-transform: uppercase;
}

.audrey-bold {
    font-family: 'Audrey-Bold', sans-serif;
}

.audreymedium {
    font-family: 'Audrey-Medium', sans-serif;
}