/* 
 * "marketing" refers to styles used in sale pages or marketing messages 
 */


/* 
 * a caption is a standalone piece of text that describes a feature of the product 
 */

.sama-marketing-caption1 { /* level 1 caption, the largest */
 font-size: 16pt;
 font-family: helvetica;
 line-height: 18pt;
}

.sama-marketing-caption2 { /* level 2 caption, for quotes, etc */
 font-size: 12pt;
 font-family: helvetica;
 line-height: 15pt;
}


/*
 * marketing titles are what they sound like - titles that precede more detailed text 
 */

.sama-marketing-title1 { /* top level marketing title */
 font-size: 20pt;
 line-height: 21pt;
 font-family: helvetica;
 font-weight: bold;
}

.sama-marketing-title2 { /* second level marketing title */
 font-size: 16pt;
 font-family: helvetica;
 font-weight: bold;
}

.sama-marketing-title3 { /* third level marketing title, used for low level sections or list entry titles */
 font-size: 12pt;
 font-family: helvetica;
 font-weight: bold;
 margin: 0px;
}


/* 
 * marketing text contains more detail about a product and are often preceded by a marketing-title 
 */

.sama-marketing-text1 { /* large text that can be used after title1 or as standalone */
 font-size: 12pt;
 font-family: helvetica;
}

.sama-marketing-text2 { /* smaller text that can be used after title2*/
 font-size: 12pt;
 font-family: helvetica;
}

.sama-marketing-text3 { /* level three marketing text */
 font-size: 12pt;
 font-family: helvetica;
 
}





