@font-face
{
   font-family: "Philosopher";
   font-weight: 400;
   font-display: swap;
   src: url('../fonts/Philosopher.woff2') format('woff2'),
        url('../fonts/Philosopher.woff') format('woff');
}
@font-face
{
   font-family: "Open Sans";
   font-weight: 400;
   font-display: swap;
   font-weight: 300 800;
   font-stretch: 75% 100%;
   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
   src: url('../fonts/Open-Sans-subset0.woff2') format('woff2');
}
@keyframes transform-shiver
{
   0% { transform: rotate(0deg) ;  }
   25% { transform: translate(-5px,0px) rotate(0deg) ;  }
   75% { transform: translate(5px,0px) rotate(0deg) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) ;  }
}
.main-title
{
   font-family: Philosopher;
   font-weight: 400;
   font-weight: 400;
   font-size: 32px;
   text-align: center;
   text-decoration: none;
   color: #433D38;
   --color: #433D38;
   background-color: transparent;
}
.section-title
{
   font-family: Philosopher;
   font-weight: 400;
   font-weight: 400;
   font-size: 27px;
   text-align: center;
   text-decoration: none;
   color: #433D38;
   --color: #433D38;
   background-color: transparent;
}
.darktheme .section-title
{
   color: #433D38;
   --color: #433D38;
}
.sub-heading
{
   font-family: Philosopher;
   font-weight: 400;
   font-weight: 400;
   font-size: 24px;
   text-align: center;
   text-decoration: none;
   color: #433D38;
   --color: #433D38;
   background-color: transparent;
}
.darktheme .sub-heading
{
   color: #433D38;
   --color: #433D38;
}
.minor-heading
{
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: normal;
   font-size: 21px;
   text-align: center;
   line-height: 46.53px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF;
   border-style: solid none solid none;
   border-width: 1px 0 1px 0;
}
.heading-footer
{
   font-family: Philosopher;
   font-weight: 400;
   font-size: 24px;
   text-align: center;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
}
.darktheme .heading-footer
{
   color: #FFFFFF;
   --color: #FFFFFF;
}
