/*Lato*/
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: local('Lato Light 300'),
    local('Lato-Light-300'),
    url(../fonts/lato/lato-light-300.woff2) format('woff2'),
    url(../fonts/lato/lato-light-300.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular 400'),
    local('Lato-Regular-400'),
    url(../fonts/lato/lato-regular-400.woff2) format('woff2'),
    url(../fonts/lato/lato-regular-400.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    src: local('Lato Italic 400'),
    local('Lato-Italic-400'),
    url(../fonts/lato/lato-italic-400.woff2) format('woff2'),
    url(../fonts/lato/lato-italic-400.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    src: local('Lato Medium 500'),
    local('Lato-Medium-500'),
    url(../fonts/lato/lato-medium-500.woff2) format('woff2'),
    url(../fonts/lato/lato-medium-500.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    src: local('Lato Semibold 600'),
    local('Lato-Semibold-600'),
    url(../fonts/lato/lato-semibold-600.woff2) format('woff2'),
    url(../fonts/lato/lato-semibold-600.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold 700'),
    local('Lato-Bold-700'),
    url(../fonts/lato/lato-bold-700.woff2) format('woff2'),
    url(../fonts/lato/lato-bold-700.woff) format('woff');
    font-display: swap;
}



/*Nanum*/
/*Korea market requested that we shift all boldness down a level which means we will use the same*/
/*font file for both 500 and 600 font-weight*/
@font-face {
    font-family: 'Nanum';
    font-style: normal;
    font-weight: 300;
    src: local('Nanum Light 300'),
    local('Nanum-Light-300'),
    url(../fonts/nanum/NanumSquareNeoTTF-aLt.woff2) format('woff2'),
    url(../fonts/nanum/NanumSquareNeoTTF-aLt.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Nanum';
    font-style: normal;
    font-weight: 400;
    src: local('Nanum Regular 400'),
    local('Nanum-Regular-400'),
    url(../fonts/nanum/NanumSquareNeoTTF-bRg.woff2) format('woff2'),
    url(../fonts/nanum/NanumSquareNeoTTF-bRg.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Nanum';
    font-style: normal;
    font-weight: 500;
    src: local('Nanum Medium 500'),
    local('Nanum-Medium-500'),
    url(../fonts/nanum/NanumSquareNeoTTF-cBd.woff2) format('woff2'),
    url(../fonts/nanum/NanumSquareNeoTTF-cBd.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Nanum';
    font-style: normal;
    font-weight: 600;
    src: local('Nanum Medium 500'),
    local('Nanum-Medium-500'),
    url(../fonts/nanum/NanumSquareNeoTTF-cBd.woff2) format('woff2'),
    url(../fonts/nanum/NanumSquareNeoTTF-cBd.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Nanum';
    font-style: normal;
    font-weight: 700;
    src: local('Nanum Semibold 600'),
    local('Nanum-Semibold-600'),
    url(../fonts/nanum/NanumSquareNeoTTF-dEb.woff2) format('woff2'),
    url(../fonts/nanum/NanumSquareNeoTTF-dEb.woff) format('woff');
    font-display: swap;
}


