@font-face {
    font-family: 'Avenir';
    src: url(fonts/Avenir-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir';
    src: url(fonts/Avenir-BlackOblique.ttf) format("truetype");
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: 'Avenir';
    src: url(fonts/Avenir-Heavy.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir';
    src: url(fonts/Avenir-HeavyOblique.ttf) format("truetype");
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Avenir';
    src: url(fonts/Avenir-Medium.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir';
    src: url(fonts/Avenir-MediumOblique.ttf) format("truetype");
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Avenir';
    src: url(fonts/Avenir-Book.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir';
    src: url(fonts/Avenir-BookOblique.ttf) format("truetype");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Avenir';
    src: url(fonts/Avenir-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir';
    src: url(fonts/Avenir-LightOblique.ttf) format("truetype");
    font-weight: 300;
    font-style: italic;
}


@font-face {
    font-family: 'LanderTall';
    src: url(fonts/LanderTall-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'LanderTall';
    src: url(fonts/LanderTall-BoldItalic.ttf) format("truetype");
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'LanderTall';
    src: url(fonts/LanderTall-Book.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'SoDoSans';
    src: url(fonts/SoDoSans-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'SoDoSans';
    src: url(fonts/SoDoSans-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'SoDoSans';
    src: url(fonts/SoDoSans-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'SoDoSans';
    src: url(fonts/SoDoSans-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}


