@charset "utf-8";

/* @import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@200;300;400&display=swap'); */


@font-face {
    font-family: 'Miamo';
    src:local('Miamo'), 
        url(../font/Miamo-Regular.woff) format('woff2'),
        url(../font/Miamo-Regular.woff) format('woff'),
        url(../font/Miamo-Regular.ttf) format('ttf');
    }


@font-face {
    font-family: 'Avenir Next';
	font-weight: 400;
    src:local('Avenir Next'), 
        url(../font/AvenirNext-Regular.woff2) format('woff2'),
        url(../font/AvenirNext-Regular.woff) format('woff'),
        url(../font/AvenirNext-Regular.ttf) format('ttf');
    }

@font-face {
    font-family: 'Avenir Next';
	font-weight: 500;
    src:local('Avenir Next'), 
        url(../font/AvenirNext-Medium.woff2) format('woff2'),
        url(../font/AvenirNext-Medium.woff) format('woff'),
        url(../font/AvenirNext-Medium.ttf) format('ttf');
    }

/* @font-face {
    font-family: 'The Seasons';
    src:local('The Seasons'), 
        local('the-seasons'), 
        url(../font/TheSeasons-Regular.woff2) format('woff2'),
        url(../font/TheSeasons-Regular.woff) format('woff'),
        url(../font/TheSeasons-Regular.ttf) format('ttf');
    }
 */

 @font-face {
    font-family: 'Glyphter';
    src: url('../font/Glyphter.eot');
    src: url('../font/Glyphter.eot?#iefix') format('embedded-opentype'),
         url('../font/Glyphter.woff') format('woff'),
         url('../font/Glyphter.svg#Glyphter') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class*='icon-']:before{
	display: inline-block;
   font-family: 'Glyphter';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}