/* FONTS */
@font-face {
    font-family: "sourcesanspro", sans-serif;
    font-style: normal;
    src: url(../fonts/SourceSansPro-Regular.otf);
}

@font-face {
    font-family: "oswald", sans-serif;
    font-style: normal;
    src: url(../fonts/Oswald/static/Oswald-Regular.ttf);
}

@font-face {
    font-family: "tegomin", sans-serif;
    font-style: normal;
    src: url(../fonts/New_Tegomin/NewTegomin-Regular.ttf)
}
/* END */

/* Set Defaults */
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    font-size: 100%;
}

a {
    color: #000;
}

body {
    font-family: "sourcesanspro", sans-serif;
}

img {
    width: 100%;
}

.img-container {
    display: block;
    font-size: 0;
}
