/*
 Theme Name:   Repro Legal Helpline
 Theme URI:    https://ifwhenhow.org
 Description:  A child theme create for Repro Legal Helpline, an If/When/How resource. Designed by Jacqueline Gu.
 Author:       Caffeinated Web Studio LLC
 Author URI:   https://caffeinatedwebstudio.com
 Template:     generatepress
 Version:      0.1
*/

/***** FONTS */
@font-face {
font-family: "helpline-icons";
src: url("https://reprolegalhelpline.org/wp-content/uploads/bb-plugin/icons/helpline-icons/font/helpline-icons.eot");
src: url("https://reprolegalhelpline.org/wp-content/uploads/bb-plugin/icons/helpline-icons/font/helpline-icons.woff") format("woff");
src: url("https://reprolegalhelpline.org/wp-content/uploads/bb-plugin/icons/helpline-icons/font/helpline-icons.woff2") format("woff2"),
url("https://reprolegalhelpline.org/wp-content/uploads/bb-plugin/icons/helpline-icons/font/helpline-icons.svg") format("svg");
}

/* Complete */

@font-face {
    font-family: "Akkurat";
    src:url("fonts/lineto-akkurat-light.eot");
    src:url("fonts/lineto-akkurat-light.eot?#iefix") format("embedded-opentype"),
        url("fonts/lineto-akkurat-light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Akkurat";
    src:url("fonts/lineto-akkurat-regular.eot");
    src:url("fonts/lineto-akkurat-regular.eot?#iefix") format("embedded-opentype"),
        url("fonts/lineto-akkurat-regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Akkurat";
    src:url("fonts/lineto-akkurat-lightitalic.eot");
    src:url("fonts/lineto-akkurat-lightitalic.eot?#iefix") format("embedded-opentype"),
        url("fonts/lineto-akkurat-lightitalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Akkurat";
    src:url("fonts/lineto-akkurat-italic.eot");
    src:url("fonts/lineto-akkurat-italic.eot?#iefix") format("embedded-opentype"),
        url("fonts/lineto-akkurat-italic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Akkurat";
    src:url("fonts/lineto-akkurat-bold.eot");
    src:url("fonts/lineto-akkurat-bold.eot?#iefix") format("embedded-opentype"),
        url("fonts/lineto-akkurat-bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
	font-family: "Akkurat";
	src:url("fonts/lineto-akkurat-bolditalic.eot");
	src:url("fonts/lineto-akkurat-bolditalic.eot?#iefix") format("embedded-opentype"),
		url("fonts/lineto-akkurat-bolditalic.woff") format("woff");
	font-weight: 700;
	font-style: italic;
}

/***** VARIABLES */
:root {
	--teal: #07C8B4;
	--light-blue: #27ADFF;
	--green: #73C84B;
	--yellow: #FFD74B;
	--brown: #5A5041;
	--dark-blue: #054b82;
	--black: #171717;
	--gray: #f0f0f0;
  --purple: #7f3f98;
}
