/* ITC MOTTER CORPUS Font */
@font-face {
    font-family: 'ITC';
    src: url('fonts/Motter Corpus Std Regular.otf');
}


/* Agrandir Font Family - All variants */
@font-face {
    font-family: 'Agrandir';
    src: url('fonts/Agrandir/Agrandir-ThinItalic.otf');
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: 'Agrandir';
    src: url('fonts/Agrandir/Agrandir-GrandLight.otf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Agrandir';
    src: url('fonts/Agrandir/Agrandir-Regular.otf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Agrandir';
    src: url('fonts/Agrandir/Agrandir-TextBold.otf');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Agrandir';
    src: url('fonts/Agrandir/Agrandir-GrandHeavy.otf');
    font-weight: 900;
    font-style: normal;
}


/* Sunborn Font */
@font-face {
    font-family: 'sunborn';
    src: url('fonts/sunborn-sans-one.otf');
}

.font-ITC {
    font-family: 'ITC';
}
.font-agrandir {
    font-family: 'Agrandir', sans-serif;
}
.font-sunborn {
    font-family: 'sunborn', sans-one;
}