File: /var/www/html/triad-cyber/wp-content/themes/triadcyber/css/common.css
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
body {
font-family: "Inter", sans-serif;
font-size: 18px;
}
a {
text-decoration: none;
}
img {
max-width: 100%;
}
@media (min-width: 1600px) {
.custom-container {
max-width: 1400px;
}
}
.title {
font-family: "Inter", sans-serif;
font-weight: 800;
font-size: 36px;
line-height: 64px;
letter-spacing: 0%;
color: #0e0e18;
padding-bottom: 15px;
}
@media (max-width: 1679px) {
.title {
font-size: 32px;
line-height: 42px;
}
}
@media (max-width: 1481px) {
.title {
font-size: 28px;
line-height: 38px;
}
}
@media (max-width: 1199px) {
.title {
font-size: 26px;
line-height: 36px;
}
}
@media (max-width: 991px) {
.title {
font-size: 24px;
line-height: 34px;
}
}
@media (max-width: 767px) {
.title {
font-size: 22px;
line-height: 32px;
}
}
.red-color {
color: #c4344e;
}
.sub-title {
font-family: "Inter", sans-serif;
font-size: 18px;
font-weight: 400;
line-height: 32px;
}
@media (max-width: 1679px) {
.sub-title {
font-size: 16px;
line-height: 26px;
}
}
@media (max-width: 1481px) {
.sub-title {
font-size: 14px;
line-height: 24px;
}
}
.sub-content {
font-weight: 300;
font-size: 18px;
line-height: 28px;
letter-spacing: 0%;
padding-bottom: 40px;
}
@media (max-width: 1679px) {
.sub-content {
font-size: 16px;
line-height: 26px;
}
}
@media (max-width: 1481px) {
.sub-content {
font-size: 14px;
line-height: 24px;
}
}
.sub-content .italic {
font-style: italic;
}
.sub-content .bold {
font-weight: 700;
}
.sub-content .semi-bold {
font-weight: 600;
}
.sub-content .uppercase {
text-transform: uppercase;
}