@charset "UTF-8";
/*
Theme Name: Talent
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: WordPress 5.0
Version: 1.0
*/

@font-face {
    font-family: 'Instrument Sans';
    src: url('InstrumentSans-Italic.woff2') format('woff2'),
        url('InstrumentSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Instrument Sans';
    src: url('InstrumentSans-Regular.woff2') format('woff2'),
        url('InstrumentSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body{
margin:0;
padding:0;
width:100%;
height:100%;
-webkit-font-smoothing: antialiased;
font-smooth:antialiased;
font-family: 'Instrument Sans', sans-serif;
font-style:normal;
background-color:#110C23;
}

header{
position:fixed;
}

p{
margin-top:0;
}