HEX
Server: nginx/1.24.0
System: Linux webserver 6.8.0-83-generic #83-Ubuntu SMP PREEMPT_DYNAMIC Fri Sep 5 21:46:54 UTC 2025 x86_64
User: wpuser (1002)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: //opt/wpsites/imgs2024.org/scss/_types.scss
body{
  font-family: $base-font;
  font-size: $base-font-size;
  font-weight: 400;
  line-height: 1.8;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  color: $black-lighter;
}

body, html {
  height: 100%;
}

a {
  color: $black;
  transition: .3s all;
  &:hover{
    color: $primary-color;
  }
}

a,
a:hover,
button,
button:focus {
  transition: all .3s;
  text-decoration: none;
  outline: 0;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 500;
  color: $black;
}


h1,h2,h3,.h1,.h2,.h3{
  font-weight:600;
}
.display-4{
  font-size:3rem!important;
  font-weight:600;
  font-family: $heading-font;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

h1, .h1 {
  font-size: 48px;
}

h2, .h2 {
  font-size: 36px;
}


h3, .h3 {
  font-size: 26px;
}

h4, .h4 {
  font-size: 22px;
    line-height: 30px;
}


h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 16px;
  
}

p{
  line-height: 28px;
  letter-spacing: .3px;
}


.lead{
  line-height: 35px;
}


.text-secondary{
  color: $secondary-color!important;
}
.text-primary{
  color: $primary-color!important;
}

.subtitle{
  font-family: $base-font;
  text-transform: capitalize;
  margin-left: 5px;
}

.lg-title{
  font-size:62px;
  font-family:$lg-font;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}