/**************************************************
***       Plasma Robotics - FRC Team 2403       ***
***  Global CSS to style Plasma's Team Website  ***
***************************************************
***    Developed and Maintained by Students!    ***
**************************************************/

/* FONTS */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i');

@font-face {
  font-family: 'PL_Eras';
  font-style: normal;
  font-weight: 400;
  src: local('Eras Bold ITC');
  src: url("/styles/fonts/ErasITC-Bold.eot");
  src: url("/styles/fonts/ErasITC-Bold.eot?#iefix") format("embedded-opentype"), url("/styles/fonts/ErasITC-Bold.woff") format("woff"), url("/styles/fonts/ErasITC-Bold.ttf") format("truetype"), url("/styles/fonts/ErasITC-Bold.svg#ErasITC-Bold") format("svg");
}

@font-face {
    font-family: 'IonStorm';
    font-style: normal;
    font-weight: 400;
    src: url("/styles/fonts/IonStorm-Regular.otf");
}

/* Helper Classes */

.italic {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}