/* HR Static Design System */

:root {
    --clr-bg: #045b52;
    --clr-bg-dark: #024b44;
    --clr-text: #ffffff;
    --clr-dot: #f44336;
    --clr-hover: #06796e;
    --transition: all 0.3s ease-in-out;
}

@font-face {
    font-family: 'STC Forward';
    src: url('../assets/fonts/Stc/STC-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'STC Forward';
    src: url('../assets/fonts/Stc/STC Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'STC Forward';
    src: url('../assets/fonts/Stc/STC Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'STC Forward';
    src: url('../assets/fonts/Stc/STC Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

html,
body {
    font-family: 'STC Forward', Roboto, sans-serif;
}