:root {
    --ss-color-121500: #FC5C00;
    --ss-color-121500-dark: #e34300;
}


:root {
  --ss-title-font-family: 'Inter', sans-serif;
  --ss-paragraph-font-family: 'Inter', sans-serif;
  --ss-navigation-font-family: 'Kanit', sans-serif;
  --ss-navigation-font-size: 17px;
}


.site-button {

    border-style: none;

  border-radius: 12px;

    box-shadow: 0px 4px 12px 1.28px rgba(0, 0, 0, 0.3);

}


body {
  background-color: #ffffff;
}

body:before {
    background-image: url(https://d14tal8bchn59o.cloudfront.net/stmZCveS6ASEmVXkSyqjQyjJGj1FcPiO35mFeNKbzRw/w:1920/plain/https://02f0a56ef46d93f03c90-22ac5f107621879d5667e0d7ed595bdb.ssl.cf2.rackcdn.com/sites/129021/photos/24293944/bg_original.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

