
:root{
	  /* Colors */
	  --sg-white: #ffffff;  /* background */
	  --sg-text-white:#D9D9D9;
	  --sg-black: #1C1B1F;  /* background */
	  --sg-purple: #7B5BF5;  /* Roxo da logo */
	  --sg-light-green:#3DF2F2; /* links */
	  --sg-light-gray:#7a7a7a; /* botões desativados */
	  --sg-medium-gray:#454545;
	  --sg-button-gray:#8f8f8f;
	  --sg-link-gray:#7f7f7f;
	  --sg-episode-bg:#141414;
	  
	  /* Formatação */
	  --sg-border-radius:3px;
	  
	  /* fontes */
	  --sg-font: "Netflix";
}

/* Assets */

@font-face {
    font-family: 'Netflix';
    src: url(fonts/Netflix_Sans_Light.woff),
        url(fonts/Netflix_Sans_Light.woff2);
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Netflix';
    src: url(fonts/Netflix_Sans_Light.woff),
        url(fonts/Netflix_Sans_Light.woff2);
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Netflix';
    src: url(fonts/Netflix_Sans_Medium.woff),
        url(fonts/Netflix_Sans_Medium.woff2);
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'Netflix';
    src: url(fonts/Netflix_Sans_Medium.woff),
        url(fonts/Netflix_Sans_Medium.woff2);
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Netflix';
    src: url(fonts/Netflix_Sans_Bold.woff),
        url(fonts/Netflix_Sans_Bold.woff2);
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Netflix';
    src: url(fonts/Netflix_Sans_Bold.woff),
        url(fonts/Netflix_Sans_Bold.woff2);
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Netflix';
    src: url(fonts/Netflix_Sans_Bold.woff),
        url(fonts/Netflix_Sans_Bold.woff2);
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Netflix';
    src: url(assets/fonts/Netflix_Sans_Bold.woff),
        url(assets/fonts/Netflix_Sans_Bold.woff2);
    font-weight: 900;
    font-style: normal;
}
