Windows NT P3613 10.0 build 20348 (Windows Server 2022) AMD64
C:
/
Inetpub
/
vhosts
/
gyandeepclasses.com
/
pdpandyamcc.com
/
admin
/
scss
/
C:/Inetpub/vhosts/gyandeepclasses.com/pdpandyamcc.com/admin/scss/_typography.scss
/* Typography */ body { font-size: 1rem; font-family: $type1; font-weight: initial; line-height: normal; -webkit-font-smoothing: antialiased; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 600; line-height: 1; } p { font-size: $default-font-size; margin-bottom: .5rem; line-height: 1.3rem; } h1, .h1 { font-size: 2.19rem; } h2, .h2 { font-size: 1.88rem; } h3, .h3 { font-size: 1.5rem; } h4, .h4 { font-size: 1.25rem; } h5, .h5 { font-size: 1.125rem; } h6, .h6 { font-size: 1rem; } .display-1 { font-size: 3.75rem; @media (max-width: 991px) { font-size: 3rem; } } .display-2 { font-size: 3.125rem; @media (max-width: 991px) { font-size: 2.5rem; } } .display-3 { font-size: 2.5rem; @media (max-width: 991px) { font-size: 2rem; } } .display-4 { font-size: 1.875rem; @media (max-width: 991px) { font-size: 1.5rem; } } .display-5 { font-size: 1.25rem; @media (max-width: 991px) { font-size: 1rem; } } .blockquote { padding: 1.25rem; border: 1px solid $border-color; } address { p { margin-bottom: 0; } } // Social Color @each $color, $value in $social-colors { .text-#{$color} { color: social-color($color); } } .font-weight-medium { font-weight: 600; }