@font-face {
    font-family: Arboria;
    src: url('../fonts/Arboria-Thin.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Arboria;
    src: url('../fonts/Arboria-Medium.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Arboria;
    src: url('../fonts/Arboria-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Arboria;
    src: url('../fonts/Arboria-Book.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: Arboria;
    src: url('../fonts/Arboria-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: Arboria;
    src: url('../fonts/Arboria-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}


@font-face {
    font-family: Clan Pro;
    src: url('../fonts/ClanOffc-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: Clan Pro;
    src: url('../fonts/ClanOffc-Book.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: Clan Pro;
    src: url('../fonts/ClanOffc-News.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}