/* ---------- variable style ---------- */







@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');



@font-face {

  font-family: 'pretendard-latin-100-normal';

  src: url('/wp-content/themes/generatepress_child/font/pretendard-latin-100-normal.woff2') format('woff2'),

    url('/wp-content/themes/generatepress_child/font/pretendard-latin-100-normal.woff') format('woff');

  font-weight: normal;

  font-style: normal;

}



@font-face {

  font-family: 'pretendard-latin-300-normal';

  src: url('/wp-content/themes/generatepress_child/font/pretendard-latin-300-normal.woff2') format('woff2'),

    url('/wp-content/themes/generatepress_child/font/pretendard-latin-300-normal.woff') format('woff');

  font-weight: normal;

  font-style: normal;

}



@font-face {

  font-family: 'pretendard-latin-400-normal';

  src: url('/wp-content/themes/generatepress_child/font/pretendard-latin-400-normal.woff2') format('woff2'),

    url('/wp-content/themes/generatepress_child/font/pretendard-latin-400-normal.woff') format('woff');

  font-weight: normal;

  font-style: normal;

}



@font-face {

  font-family: 'pretendard-latin-800-normal';

  src: url('/wp-content/themes/generatepress_child/font/pretendard-latin-800-normal.woff2') format('woff2'),

    url('/wp-content/themes/generatepress_child/font/pretendard-latin-800-normal.woff') format('woff');

  font-weight: normal;

  font-style: normal;

}





:root {



    /* fonts */



    --font-primary: 'pretendard-latin-400-normal', sans-serif;

    --font-primary-light: 'pretendard-latin-300-normal', sans-serif;

    --font-primary-bold: 'pretendard-latin-800-normal', sans-serif;







    --letter-spacing: 0.10em;



    --letter-spacing-tit: 0.05em;



    --letter-spacing-btn: 0.12em;



    --line-height-tit: 1.2em;



    --line-height-txt: 1.5em !important;



    --font-bold: 900;



    --font-medium: 600;





    --font-size-tit: 50px;



    --font-size-tit-tb: 2em;



    --font-size-tit-mv: 1.5em;







    --font-size-float: 9em;







    --font-size-subtit: 35px;



    --font-size-subtit-tb: 1.5em;



    --font-size-subtit-mv: 1.2em;







    --font-size-txt: 14px;







    --transition-p: all 0.4s ease;







    /* colors */



    --c-primary: #0e2c35;



    --c-secondary: #00aaaa;



    --c-grey-light: #ededed;



    --c-grey: #606060;



    --c-white: #fff;



    



    /* Transitions */



    --all-transition: all 0.4s ease;



}



