﻿@charset "utf-8";
/* LOAD FONTS */

@font-face {
    font-family: EYInterstate-Bold;
    src: url(https://rsvp.ey.com/CSG3/_wps/ey_fonts/eyinterstate-bold-webfont.woff);
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: EYInterstate-Bold-Italic;
    src: url(https://rsvp.ey.com/CSG3/_wps/ey_fonts/eyinterstate-bolditalic-webfont.woff);
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: EYInterstate-Italic;
    src: url(https://rsvp.ey.com/CSG3/_wps/ey_fonts/eyinterstate-italic-webfont.woff);
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: EYInterstate;
    src: url(https://rsvp.ey.com/CSG3/_wps/ey_fonts/eyinterstate-regular-webfont.woff);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: EYInterstate-Light;
    src: url(https://rsvp.ey.com/CSG3/_wps/ey_fonts/eyinterstate-light-webfont.woff);
    font-weight: 200;
    font-style: normal
}

