HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/triad-cyber/wp-content/themes/triadcyber/scss/common.scss
@import "partials";

body {
    font-family: $primary-font;

    font-size: 18px;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
}
.custom-container {
    @media (min-width: 1600px) {
        max-width: 1400px;
    }
}

.title {
    font-family: $primary-font;
    font-weight: 800;
    font-size: 36px;
    line-height: 64px;
    letter-spacing: 0%;
    color: #0e0e18;
    padding-bottom: 15px;

    @media ($sm-1679) {
        font-size: 32px;
        line-height: 42px;
    }
    @media ($sm-1481) {
        font-size: 28px;
        line-height: 38px;
    }
    @media ($sm-1199) {
        font-size: 26px;
        line-height: 36px;
    }
    @media ($sm-991) {
        font-size: 24px;
        line-height: 34px;
    }
    @media ($sm-767) {
        font-size: 22px;
        line-height: 32px;
    }
}
.red-color {
    color: $primary-color;
}



.sub-title {
    font-family: $primary-font;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    @media ($sm-1679) {
        font-size: 16px;
        line-height: 26px;
    }
    @media ($sm-1481) {
        font-size: 14px;
        line-height: 24px;
    }
}
.sub-content {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    padding-bottom: 40px;
    @media ($sm-1679) {
        font-size: 16px;
        line-height: 26px;
    }
    @media ($sm-1481) {
        font-size: 14px;
        line-height: 24px;
    }
    .italic {
        font-style: italic;
    }
    .bold {
        font-weight: 700;
    }
    .semi-bold {
        font-weight: 600;
    }
    .uppercase {
        text-transform: uppercase;
    }
}