@font-face {
    font-family: 'PrimaryFont';
    src: url('../fonts/Gotham/Gotham-XLight.otf') format('truetype');
    font-weight: lighter;
    font-style:normal;
}

@font-face {
    font-family: 'PrimaryFont';
    src: url('../fonts/Gotham/Gotham-Bold.otf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PrimaryFont';
    src: url('../fonts/Gotham/Gotham-Black.otf') format('truetype');
    font-weight: bolder;
    font-style: normal;
}

@font-face {
    font-family: 'PrimaryFont';
    src: url('../fonts/Gotham/Gotham-Light.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SecondaryFont';
    src: url('../fonts/OriginSans/OriginSansLight.ttf') format('truetype');
    font-weight: lighter;
    font-style:normal;
}

@font-face {
    font-family: 'SecondaryFont';
    src: url('../fonts/OriginSans/OriginSansBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SecondaryFont';
    src: url('../fonts/OriginSans/OriginSansBoldOutline.ttf') format('truetype');
    font-weight: bolder;
    font-style: normal;
}

@font-face {
    font-family: 'SecondaryFont';
    src: url('../fonts/OriginSans/OriginSansRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}