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

/* Medium */
@font-face {
    font-family: 'Stag';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Stag-Medium.woff') format('woff');
}

/* Bold */
@font-face {
    font-family: 'Stag';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Stag-Bold.woff') format('woff');
}