/*
Theme Name: Avada 자식 테마
Description: Avada font 스타일 시트
Author: 오렌지코드
Author URI: https://orangecode.co.kr/
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
@charset "utf-8";
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: url(./fonts/noto/NotoSansKR-Thin.woff2) format('woff2'),
         url(./fonts/noto/NotoSansKR-Thin.woff) format('woff'),
  
   
         url(./fonts/noto/NotoSansKR-Thin.otf) format('opentype');
  }
  @font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url(./fonts/noto/NotoSansKR-Light.woff2) format('woff2'),
         url(./fonts/noto/NotoSansKR-Light.woff) format('woff'),
         url(./fonts/noto/NotoSansKR-Light.otf) format('opentype');
  }
  @font-face {
     font-family: 'Noto Sans KR';
     font-style: normal;
     font-weight: 400;
     src: url(./fonts/noto/NotoSansKR-Regular.woff2) format('woff2'),
          url(./fonts/noto/NotoSansKR-Regular.woff) format('woff'),
  
   
          url(./fonts/noto/NotoSansKR-Regular.otf) format('opentype');
   }
  @font-face {
     font-family: 'Noto Sans KR';
     font-style: normal;
     font-weight: 500;
     src: url(./fonts/noto/NotoSansKR-Medium.woff2) format('woff2'),
          url(./fonts/noto/NotoSansKR-Medium.woff) format('woff'),
          url(./fonts/noto/NotoSansKR-Medium.otf) format('opentype');
   }
  @font-face {
     font-family: 'Noto Sans KR';
     font-style: normal;
     font-weight: 700;
     src: url(./fonts/noto/NotoSansKR-Bold.woff2) format('woff2'),
          url(./fonts/noto/NotoSansKR-Bold.woff) format('woff'),
  
   
          url(./fonts/noto/NotoSansKR-Bold.otf) format('opentype');
   }
  @font-face {
     font-family: 'Noto Sans KR';
     font-style: normal;
     font-weight: 900;
     src: url(./fonts/noto/NotoSansKR-Black.woff2) format('woff2'),
          url(./fonts/noto/NotoSansKR-Black.woff) format('woff'),
          url(./fonts/noto/NotoSansKR-Black.otf) format('opentype');
   } 

/*  @import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900&display=swap'); */

