@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans);

/***** Global font size *****/
  body      { font-size:14px;}
  .font-l   { font-size:30px}
  .font-m   { font-size:18px}
  .font-s   { font-size:15px}
  .font-xs  { font-size:12px}

  #content h1 { font-size:60px; line-height:65px; font-family:'Oswald','Raleway-Bold';}
  #content h2 { font-size:28px; line-height:normal; font-family:'Oswald','Raleway-Bold';}

  .terms    { font-size:10px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#666; padding:0 0 5% 0;}
  .check    { font-size:10px; } 

/* ==========================================================================
	ipad
============================================================================= */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  { 

}

/* ==========================================================================
	Mobile
============================================================================= */

@media only screen and (max-device-width: 480px) {
  body     { font-size:20px;}
  .font-m  { font-size:28px}
  .font-s  { font-size:24px}
  .font-xs { font-size:18px}
  .terms   { font-size:12px;}
  .check   { font-size:24px;}
}



/* ==========================================================================
	 Global :: Font Raleway
============================================================================= */

@font-face {
  font-family: 'Raleway-Bold';
  src: url('raleway/Raleway-Bold.eot');
  src: url('raleway/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
       url('raleway/Raleway-Bold.woff') format('woff'),
       url('raleway/Raleway-Bold.ttf') format('truetype'),
       url('raleway/Raleway-Bold.svg#Raleway-Bold') format('svg');
}

@font-face {
  font-family: 'Raleway-Light';
  src: url('raleway/Raleway-Light.eot');
  src: url('raleway/Raleway-Light.eot?#iefix') format('embedded-opentype'),
       url('raleway/Raleway-Light.woff') format('woff'),
       url('raleway/Raleway-Light.ttf') format('truetype'),
       url('raleway/Raleway-Light.svg#Raleway-Light') format('svg');
}

@font-face {
  font-family: 'Raleway';
  src: url('raleway/Raleway-Regular.eot');
  src: url('raleway/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
       url('raleway/Raleway-Regular.woff') format('woff'),
       url('raleway/Raleway-Regular.ttf') format('truetype'),
       url('raleway/Raleway-Regular.svg#Raleway') format('svg');
}

@font-face {
  font-family: 'Raleway-Thin';
  src: url('raleway/Raleway-Thin.eot');
  src: url('raleway/Raleway-Thin.eot?#iefix') format('embedded-opentype'),
       url('raleway/Raleway-Thin.woff') format('woff'),
       url('raleway/Raleway-Thin.ttf') format('truetype'),
       url('raleway/Raleway-Thin.svg#Raleway-Thin') format('svg');
}

.Raleway-regular { font-family: 'Raleway',sans-serif;}
.Raleway-light   { font-family: 'Raleway-Light',sans-serif;}
.Raleway-thin    { font-family: 'Raleway-Thin',sans-serif;}
.Raleway-bold    { font-family: 'Raleway-Bold',sans-serif;}
