/* Font Import - Start */
@font-face {
  font-family: Sarabun;
  src: url("assets/font/Sarabun-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: Sarabun;
  src: url("assets/font/Sarabun-Medium.ttf");
  font-weight: 500;
}

@font-face {
  font-family: Sarabun;
  src: url("assets/font/Sarabun-Bold.ttf");
  font-weight: 700;
}

@font-face {
  font-family: Lato;
  src: url("assets/font/Lato-LightItalic.ttf");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: Lato;
  src: url("assets/font/Lato-BlackItalic.ttf");
  font-weight: 900;
  font-style: italic;
}

/* Font Import - End */
/* General override for elements - Start */
* {
  margin: 0;
  padding: 0;
  outline: none;
  font-family: Sarabun;
  word-break: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* General override for elements - End */

.logo-fixed {
  display: none;
}

header.fixed .logo-default {
  display: none;
}

header.fixed .logo-fixed {
  display: inline;
}
