/* Antonio Light — logo type, menu items */
@font-face {
    font-family: 'Antonio';
    font-style: normal;
    font-weight: 300;
    src: url('Antonio-Light.ttf') format('truetype');
}

/* Roboto Regular — body text */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('Roboto-Regular.ttf') format('truetype');
}

/* Roboto SemiBold — content headings */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    src: url('Roboto-SemiBold.ttf') format('truetype');
}