/* Flaticon CSS */

/* 1. Font Face Declaration */
@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
         url("../fonts/Flaticon.woff2") format("woff2"),
         url("../fonts/Flaticon.woff") format("woff"),
         url("../fonts/Flaticon.ttf") format("truetype"),
         url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* 2. Base Icon Class */
.fi:before,
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before {
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .4em;
    text-align: center;
    /* Allow icons to be resized like text */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 3. Icon Mappings */
.flaticon-university:before { content: "\f100"; }
.flaticon-degree:before { content: "\f101"; }
.flaticon-world:before { content: "\f102"; }
.flaticon-calendar:before { content: "\f103"; } /* For "Year Founded" */

/* Add more icons below as needed */
/* Example:
.flaticon-phone:before { content: "\f104"; }
.flaticon-email:before { content: "\f105"; }
*/

/* 4. Optional Size Helpers */
.fi-lg { font-size: 1.33em; vertical-align: -15%; }
.fi-2x { font-size: 2em; }
.fi-3x { font-size: 3em; }
.fi-4x { font-size: 4em; }
.fi-5x { font-size: 5em; }
