@charset "UTF-8";
/* CSS Document */

/* ROBOTO */

@font-face {
    font-family: "Roboto";
    src: url("googlefonts/Roboto-Thin.ttf");
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: "Roboto";
    src: url("googlefonts/Roboto-Light.ttf");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: "Roboto";
    src: url("googlefonts/Roboto-Regular.ttf");
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: "Roboto";
    src: url("googlefonts/Roboto-Bold.ttf");
    font-style: normal;
    font-weight: 700;
}

/* OSWALD */

@font-face {
    font-family: "Oswald";
    src: url("googlefonts/Oswald-Light.ttf");
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: "Oswald";
    src: url("googlefonts/Oswald-Regular.ttf");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: "Oswald";
    src: url("googlefonts/Oswald-Medium.ttf");
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: "Oswald";
    src: url("googlefonts/Oswald-SemiBold.ttf");
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-family: "Oswald";
    src: url("googlefonts/Oswald-Bold.ttf");
    font-style: normal;
    font-weight: 700;
}

/*Michroma*/

@font-face {
    font-family: "Michroma";
    src: url("googlefonts/Michroma-Regular.ttf");
    font-style: normal;
    font-weight: 400;
}
