/* Avegra - Display Font */
@font-face {
    font-family: 'Avegra';
    src: url('../Botanik Fonts/Avegra/Avegra.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* Solido - Body Font */
@font-face {
    font-family: 'Solido';
    src: url('../Botanik Fonts/Solido/Solido Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Solido';
    src: url('../Botanik Fonts/Solido/Solido Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Solido';
    src: url('../Botanik Fonts/Solido/Solido Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

/* Zilla Slab - Accent Font */
@font-face {
    font-family: 'Zilla Slab';
    src: url('../Botanik Fonts/Zilla Slab/ZillaSlab-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Zilla Slab';
    src: url('../Botanik Fonts/Zilla Slab/ZillaSlab-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
