@font-face {
  font-family: "Poppins-Regular";
  src: url("../poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("../poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --site-font-size: 16px;
  --site-line-height: 1.75;
  --site-heading-line-height: 1.18;
  --site-section-gap: clamp(1rem, 2vw, 1.75rem);
  --site-focus-color: rgba(255, 106, 19, 0.3);
  --site-accent: #ff6a13;
  --site-text: #101010;
  --site-bg: #ffffff;
}

html {
  font-size: var(--site-font-size);
  line-height: 1.6;
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins-Regular", "Poppins-Medium", "Poppins-SemiBold", "Poppins-Bold", sans-serif;
  font-size: 1rem;
  line-height: var(--site-line-height);
  color: var(--site-text);
  background: var(--site-bg);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* Language Switcher - Remove padding from TRP wrapper */
[data-language-switcher] .trp-shortcode-switcher__wrapper {
  padding: 0 !important;
   margin:0 !important;
}
[data-language-switcher] .trp-language-switcher{
  padding:0 !important;
   margin:0 !important;
}
[data-language-switcher] .trp-current-language-item__wrapper{
  height:30px;
  padding-top:10px;
  margin:0;
}