/*
Theme Name:   Interform
Description:  Hitalento Career Child Theme
Author:       Brandmonkey
Template:     hitalento-career-theme
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
  font-family: "roboto_bold";
  src: url("fonts/Roboto-Bold.woff2") format("woff2"),
    url("fonts/Roboto-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "roboto_regular";
  src: url("fonts/Roboto-Regular.woff2") format("woff2"),
    url("fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
strong {
  letter-spacing: 1px;
  font-family: "roboto_bold", -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: bold;
}

body,
h4,
h5,
h6,
li,
p {
  letter-spacing: 1px;
  font-family: "roboto_regular", -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
