<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* added fonts ***/
@font-face {				
    font-family: 'DINOT-Extlight';			
    src: 	url('https://us.softbankrobotics.com/hubfs/Soft_Bank_Robotics_July2017_Theme/fonts/DINOT-Extlight.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {				
    font-family: 'DINOT-Light';			
    src: 	url('https://us.softbankrobotics.com/hubfs/SBRA2020/fonts/DINOT-Light.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {				
    font-family: 'DINOT-Thin';			
    src: 	url('https://us.softbankrobotics.com/hubfs/SBRA2020/fonts/DINOT-Thin.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'DNLTM';
  src: url('https://us.softbankrobotics.com/hubfs/SBRA2020/fonts/DINNextLTPro-Medium.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DINNextLTPro-Light";
  src: url("https://us.softbankrobotics.com/hubfs/SBRA2020/fonts/DINNextLTPro-Light.otf");
}
@font-face {
  font-family: "DINNextLTPro-Regular"; 
  src: url("https://us.softbankrobotics.com/hubfs/SBRA2020/fonts/DINNextLTPro-Regular.otf");
}
@font-face {
  font-family: "DINNextLTPro-Medium";
  src: url("https://us.softbankrobotics.com/hubfs/SBRA2020/fonts/DINNextLTPro-Medium.otf");
}
@font-face {
  font-family: "DINNextLTPro-Bold";
  src: url("https://us.softbankrobotics.com/hubfs/SBRA2020/fonts/DINNextLTPro-Bold.otf");
}
@font-face {
  font-family: "DINNextLTPro-Black";
  src: url("https://us.softbankrobotics.com/hubfs/SBRA2020/fonts/DINNextLTPro-Black.otf");
}

// DIN FONT Variables
$DIN-thin: 'DINOT-Thin';
$DIN-xlight: 'DINOT-Extlight';
$DIN-light: 'DINNextLTPro-Light';
$DIN-regular: 'DINNextLTPro-Regular';
$DIN-medium: 'DINNextLTPro-Medium';
$DIN-bold: 'DINNextLTPro-Bold';
$DIN-black: 'DINNextLTPro-Black';</pre></body></html>