/*
Theme Name: Blissfull Lanka
Description: The 2024 theme for WordPress is stylish theme.
Author: 
Author URI: https://wordpress.org/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blissful_lanka
*/

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* font family */
.roboto {
  font-family: "Roboto", serif;
}

.gobold-thin {
  font-family: "Gobold Thin Light";
}

/* font sizes */

/* font colors */
.black-font {
  color: #000;
}

.green-font {
  color: #3d9093;
}

.light-black-font {
  color: #1e1e1e;
}

.yellow-font {
  color: #eb8023;
}

.white-font {
  color: #fff;
}

.gray-font {
  color: #ededed;
}

/* background colors */
.green-bg {
  background-color: #3d9093;
}

.gray-bg {
  background-color: #ededed;
}

/* custom styles */
.title {
  font-style: normal;
  font-weight: 400;
  font-size: 150px;
  line-height: 195px;
  text-transform: uppercase;
}

.black-bg {
  background: #00000085;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
