@import url('https://api.fontshare.com/v2/css?f[]=chillax@200,300,400,500,600,700&display=swap');

/* global font */
html, body,
body button,
body input,
body select,
body textarea,
h1, h2, h3, h4, h5, h6,
p, a, span, li, strong, em,
.site, .site *,
.elementor-widget-container,
.elementor-heading-title,
.elementor-widget-text-editor,
.ast-builder-layout-element,
.ast-builder-layout-element * {
  font-family: 'Chillax', sans-serif !important;
}

/* logo */
.site-title,
.site-title a {
  font-family: 'Chillax', sans-serif !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  text-transform: lowercase !important;
  color: #0f172a !important;
  text-decoration: none !important;
  border: none !important;
  box-shadow: none !important;
}

.site-description {
  font-family: 'Chillax', sans-serif !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  letter-spacing: 5px !important;
  text-transform: uppercase !important;
  color: #94a3b8 !important;
  margin-top: 8px !important;
  margin-bottom: 0 !important;
}

.ast-site-identity {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
}

.site-branding .ast-site-title-wrap{
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
}