
* {
    background-color: rgb(106, 105, 104);
    border: solid 1px black;
    padding: 10px;
    box-sizing: border-box;
    
}


/* Base for ROBOTO */

.roboto-<uniquifier> {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
  }

/* Base for ROBOTO COND */

.roboto-condensed-<uniquifier> {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  }


/* Base for RUBIK */

.rubik-<uniquifier> {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  }



  h1 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 500;
    font-weight: 700;
    color: rgb(181, 42, 42);
    
  }

  h2{
    font-family: "Roboto", sans-serif;
    font-size: 300;
    font-weight: 700;
    color: red;

  }

  h3 {
    font-family: "Roboto", sans-serif;
    font-size: 150;
    font-weight: 700;
    color: rgb(255, 255, 255);

  }

  h4 {
    font-family: "Roboto", sans-serif;
    font-size: 50;
    font-weight: 700;
    color: rgb(255, 255, 255);

  }

  h5 {
    font-family: "Rubik", sans-serif;
    font-style: italic;
    font-size: 75;
    font-weight: 350;
    color: black;

  }


  body {
    font-family: "Rubik", sans-serif;
    font-size: ;
    font-weight: ;
    color: ;
  }
  
p {
    font-family: "Rubik", sans-serif;
    font-size: 50;
    font-weight: 100;
    color: black;
}


