/* STYLES, especially used by ckeditor */
  h1.fancy.title {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}


/* FontFace for Florida Frontiers Radio */
.FFRtitle {
	font-family: "OldNewspaperTypes";
  font-size: 200%;
  font-weight: 900;
}
.FFRclickerhere {
	font-family: "SpecialElite-Regular";
	font-size: 80%;
}
.FFRawrap:hover{
  background-color: rgba(011, 255, 099, 0.5);	
}

/* FontFace for Florida Frontiers TV */
.view-fftv .fftvuniqueid {
  font-family: "OldNewspaperTypes";
  font-size: 170%;
  font-weight: 900;
}
.view-fftv .fftvepititle {
  font-family: "OldNewspaperTypes";
  font-size: 130%;
  font-weight: 900;
}


/* CSS class usage of font-face family */
.fontface-oldnewspapertypes {font-family: "OldNewspaperTypes";}
.fontface-goudybookletter1911 {font-family: "GoudyBookletter1911";}
.fontface-specialeliteregular {font-family: "SpecialElite-Regular";}


/* CSS for font-face family source */

/* for old timey exagerated newspaper font */
@font-face {
  font-family: 'OldNewspaperTypes';
  src:  url('/sites/myfloridahistory.org/files/2025-06/OldNewspaperTypes.woff2') format('woff2'),
        url('/sites/myfloridahistory.org/files/2025-06/OldNewspaperTypes.woff') format('woff'),
				url('/sites/myfloridahistory.org/files/2025-06/OldNewspaperTypes.ttf') format('truetype');
}
/* END OldnewspaperType */
/* Goudy Bookletter 1911 font has tightly knit characters, min kerning, solid appearache  */
@font-face {
  font-family: 'GoudyBookletter1911';
  src:  url('/sites/myfloridahistory.org/files/2025-06/GoudyBookletter1911.woff2') format('woff2'),
        url('/sites/myfloridahistory.org/files/2025-06/GoudyBookletter1911.woff') format('woff'),
				url('/sites/myfloridahistory.org/files/2025-06/GoudyBookletter1911.ttf') format('truetype');
}
/* END Goudy Bookletter */
/* Special Elite mimcs the look of vintage typewritter fonts */
@font-face {
  font-family: 'SpecialElite-Regular';
  src:  url('/sites/myfloridahistory.org/files/2025-06/SpecialElite-Regular.woff2') format('woff2'),
        url('/sites/myfloridahistory.org/files/2025-06/SpecialElite-Regular.woff') format('woff'),
				url('/sites/myfloridahistory.org/files/2025-06/SpecialElite-Regular.ttf') format('truetype');
}
/* -END SpecialElite- */


/* Include css for Open Sans font family, src https://github.com/FontFaceKit/open-sans */
/* modifying path in /sites/myfloridahistory.org/files/_theme/open-sans-gh-pages/open-sans.expanded.css */

/* BEGIN Light */
@font-face {
  font-family: "Open Sans";
  src: url("/sites/myfloridahistory.org/files/_theme/open-sans-gh-pages/fonts/Light/OpenSans-Light.woff2?v=1.101") format("woff2"), url("/sites/myfloridahistory.org/files/_theme/open-sans-gh-pages/fonts/Light/OpenSans-Light.woff?v=1.101") format("woff");
  font-weight: 300;
  font-style: normal;
}
/* END Light */
/* BEGIN Light Italic */
@font-face {
  font-family: "Open Sans";
  src: url("/sites/myfloridahistory.org/files/_theme/open-sans-gh-pages/fonts/LightItalic/OpenSans-LightItalic.woff2?v=1.101") format("woff2"), url("/sites/myfloridahistory.org/files/_theme/open-sans-gh-pages/fonts/LightItalic/OpenSans-LightItalic.woff?v=1.101") format("woff");
  font-weight: 300;
  font-style: italic;
}
/* END Light Italic */
/* BEGIN Regular */
@font-face {
  font-family: "Open Sans";
  src: url("/sites/myfloridahistory.org/files/_theme/open-sans-gh-pages/fonts/Regular/OpenSans-Regular.woff2?v=1.101") format("woff2"), url("/sites/myfloridahistory.org/files/_theme/open-sans-gh-pages/fonts/Regular/OpenSans-Regular.woff?v=1.101") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* END Regular */
/* BEGIN Italic */
@font-face {
  font-family: "Open Sans";
  src: url("/sites/myfloridahistory.org/files/_theme/open-sans-gh-pages/fonts/Italic/OpenSans-Italic.woff2?v=1.101") format("woff2"), url("/sites/myfloridahistory.org/files/_theme/open-sans-gh-pages/fonts/Italic/OpenSans-Italic.woff?v=1.101") format("woff");
  font-weight: normal;
  font-style: italic;
}
/* END Italic */
/* BEGIN SemiBold */
@font-face {
  font-family: "Open Sans";
  src: url("/sites/myfloridahistory.org/files/_theme/open-sans-gh-pages/fonts/SemiBold/OpenSans-SemiBold.woff2?v=1.101") format("woff2"), url("/sites/myfloridahistory.org/files/_theme/open-sans-gh-pages/fonts/SemiBold/OpenSans-SemiBold.woff?v=1.101") format("woff");
  font-weight: 600;
  font-style: normal;
}
/* END SemiBold */
/* BEGIN SemiBold Italic */
@font-face {
  font-family: "Open Sans";
  src: url("/sites/myfloridahistory.org/files/_theme/open-sans-gh-pages/fonts/SemiBoldItalic/OpenSans-SemiBoldItalic.woff2?v=1.101") format("woff2"), url("/sites/myfloridahistory.org/files/_theme/open-sans-gh-pages/fonts/SemiBoldItalic/OpenSans-SemiBoldItalic.woff?v=1.101") format("woff");
  font-weight: 600;
  font-style: italic;
}
/* END SemiBold Italic */
/* BEGIN Bold */
@font-face {
  font-family: "Open Sans";
  src: url("/sites/myfloridahistory.org/files/_theme/open-sans-gh-pages/fonts/Bold/OpenSans-Bold.woff2?v=1.101") format("woff2"), url("/sites/myfloridahistory.org/files/_theme/open-sans-gh-pages/fonts/Bold/OpenSans-Bold.woff?v=1.101") format("woff");
  font-weight: bold;
  font-style: normal;
}
/* END Bold */
/* BEGIN Bold Italic */
@font-face {
  font-family: "Open Sans";
  src: url("/sites/myfloridahistory.org/files/_theme/open-sans-gh-pages/fonts/BoldItalic/OpenSans-BoldItalic.woff2?v=1.101") format("woff2"), url("/sites/myfloridahistory.org/files/_theme/open-sans-gh-pages/fonts/BoldItalic/OpenSans-BoldItalic.woff?v=1.101") format("woff");
  font-weight: bold;
  font-style: italic;
}
/* END Bold Italic */
/* BEGIN Extrabold */
@font-face {
  font-family: "Open Sans";
  src: url("/sites/myfloridahistory.org/files/_theme/open-sans-gh-pages/fonts/ExtraBold/OpenSans-ExtraBold.woff2?v=1.101") format("woff2"), url("/sites/myfloridahistory.org/files/_theme/open-sans-gh-pages/fonts/ExtraBold/OpenSans-ExtraBold.woff?v=1.101") format("woff");
  font-weight: 800;
  font-style: normal;
}
/* END Extrabold */
/* BEGIN Extrabold Italic */
@font-face {
  font-family: "Open Sans";
  src: url("/sites/myfloridahistory.org/files/_theme/open-sans-gh-pages/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff2?v=1.101") format("woff2"), url("/sites/myfloridahistory.org/files/_theme/open-sans-gh-pages/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff?v=1.101") format("woff");
  font-weight: 800;
  font-style: italic;
}
/* END Extrabold Italic */


/*-----*/