﻿@font-face {
    font-family: Nanami; /*Light*/
    font-style: normal;
    font-weight: 300;
    src: local('Nanami Light'), local('Namami-Light'), url('/assets/vendor/fonts/nanami/nanami-light.otf') format('opentype');
}

@font-face {
    font-family: Nanami; /*Regular*/
    font-style: normal;
    font-weight: 400;
    src: local('Nanami Regular'), local('Nanami-Regular'), url('/assets/vendor/fonts/nanami/nanami-regular.otf') format('opentype');
}

@font-face {
    font-family: Nanami; /*Medium*/
    font-style: normal;
    font-weight: 500;
    src: local('Nanami Regular'), local('Nanami-Regular'), url('/assets/vendor/fonts/nanami/nanami-regular.otf') format('opentype');
}

@font-face {
    font-family: Nanami; /*Bold*/
    font-style: normal;
    font-weight: 700;
    src: local('Nanami Bold'), local('Nanami-Bold'), url('/assets/vendor/fonts/nanami/nanami-bold.otf') format('opentype');
}

@font-face {
    font-family: Nanami; /*Black*/
    font-style: normal;
    font-weight: 900;
    src: local('Nanami Black'), local('Nanami-Black'), url('/assets/vendor/fonts/nanami/nanami-black.otf') format('opentype');
}


@font-face {
    font-family: Nanami; /*Light*/
    font-style: italic;
    font-weight: 300;
    src: local('Nanami Light'), local('Namami-Light'), url('/assets/vendor/fonts/nanami/nanami-light-oblique.otf') format('opentype');
}

@font-face {
    font-family: Nanami; /*Regular*/
    font-style: italic;
    font-weight: 400;
    src: local('Nanami Regular'), local('Nanami-Regular'), url('/assets/vendor/fonts/nanami/nanami-regular-oblique.otf') format('opentype');
}

@font-face {
    font-family: Nanami; /*Medium*/
    font-style: italic;
    font-weight: 500;
    src: local('Nanami Regular'), local('Nanami-Regular'), url('/assets/vendor/fonts/nanami/nanami-regular-oblique.otf') format('opentype');
}

@font-face {
    font-family: Nanami; /*Bold*/
    font-style: italic;
    font-weight: 700;
    src: local('Nanami Bold'), local('Nanami-Bold'), url('/assets/vendor/fonts/nanami/nanami-bold-oblique.otf') format('opentype');
}

@font-face {
    font-family: Nanami; /*Black*/
    font-style: italic;
    font-weight: 900;
    src: local('Nanami Black'), local('Nanami-Black'), url('/assets/vendor/fonts/nanami/nanami-black-oblique.otf') format('opentype');
}